mirror of
https://github.com/apernet/hysteria.git
synced 2025-04-02 03:57:38 +03:00
7 lines
94 B
Go
7 lines
94 B
Go
package main
|
|
|
|
import "github.com/apernet/hysteria/app/v2/cmd"
|
|
|
|
func main() {
|
|
cmd.Execute()
|
|
}
|