1
0
mirror of https://github.com/apernet/OpenGFW.git synced 2025-05-04 02:28:39 +08:00
2024-01-19 16:45:01 -08:00

8 lines
86 B
Go

package main
import "github.com/apernet/OpenGFW/cmd"
func main() {
cmd.Execute()
}