mirror of
https://github.com/apernet/hysteria.git
synced 2025-04-03 20:47:38 +03:00
7 lines
91 B
Go
7 lines
91 B
Go
package main
|
|
|
|
import "github.com/apernet/hysteria/app/cmd"
|
|
|
|
func main() {
|
|
cmd.Execute()
|
|
}
|