1
0
mirror of https://github.com/ehang-io/nps synced 2025-10-19 15:24:11 +08:00
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()
}