mirror of
https://github.com/cmz0228/hysteria-dev.git
synced 2025-06-08 13:29:53 +00:00
8 lines
91 B
Go
8 lines
91 B
Go
package main
|
|
|
|
import "github.com/apernet/hysteria/app/cmd"
|
|
|
|
func main() {
|
|
cmd.Execute()
|
|
}
|