9 lines
70 B
Go
9 lines
70 B
Go
package main
|
|
|
|
import "shadowTLS/cmd"
|
|
|
|
func main() {
|
|
|
|
cmd.Execute()
|
|
}
|