shadowTLS/main.go
2022-09-01 15:24:36 +08:00

9 lines
70 B
Go

package main
import "shadowTLS/cmd"
func main() {
cmd.Execute()
}