hysteria/app/main.go

7 lines
94 B
Go

package main
import "github.com/apernet/hysteria/app/v2/cmd"
func main() {
cmd.Execute()
}