add gowin

This commit is contained in:
unknown
2019-12-16 14:11:22 +08:00
parent 90ff08ed98
commit 58257be867
4 changed files with 7 additions and 4 deletions

View File

@@ -32,7 +32,7 @@ var (
localType = flag.String("local_type", "p2p", "p2p target")
logPath = flag.String("log_path", "", "npc log path")
debug = flag.Bool("debug", false, "npc debug")
srv = flag.String("service", "", "npc debug")
srv = flag.String("service", "", "service option")
)
func main() {