hysteria-dev/app/main.go

8 lines
94 B
Go

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