mirror of
https://github.com/ehang-io/nps.git
synced 2025-07-02 04:00:42 +00:00
11 lines
130 B
Go
Executable File
11 lines
130 B
Go
Executable File
package main
|
|
|
|
import (
|
|
"github.com/cnlh/easyProxy/lib"
|
|
_ "github.com/cnlh/easyProxy/routers"
|
|
)
|
|
|
|
func main() {
|
|
lib.InitMode()
|
|
}
|