mirror of
https://github.com/cmz0228/hysteria-dev.git
synced 2025-06-07 21:09:52 +00:00
8 lines
94 B
Go
8 lines
94 B
Go
package main
|
|
|
|
import "github.com/apernet/hysteria/app/v2/cmd"
|
|
|
|
func main() {
|
|
cmd.Execute()
|
|
}
|