mirror of
https://github.com/cedar2025/hysteria.git
synced 2025-06-08 05:19:56 +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()
|
|
}
|