mirror of
https://github.com/ehang-io/nps.git
synced 2025-07-02 20:30:43 +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()
|
|
}
|