nps/main.go
2018-12-11 16:37:12 +08:00

11 lines
130 B
Go
Executable File

package main
import (
"github.com/cnlh/easyProxy/lib"
_ "github.com/cnlh/easyProxy/routers"
)
func main() {
lib.InitMode()
}