mirror of
https://github.com/apernet/OpenGFW.git
synced 2024-11-10 20:39:21 +08:00
8 lines
86 B
Go
8 lines
86 B
Go
|
package main
|
||
|
|
||
|
import "github.com/apernet/OpenGFW/cmd"
|
||
|
|
||
|
func main() {
|
||
|
cmd.Execute()
|
||
|
}
|