main modify

This commit is contained in:
Gordon
2021-11-10 16:03:07 +08:00
parent 90a466ef01
commit a08aeee0c2
3 changed files with 5 additions and 6 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ import (
)
func main() {
rpcPort := flag.Int("port", -1, "rpc listening port")
rpcPort := flag.Int("port", 10700, "rpc listening port")
flag.Parse()
var wg sync.WaitGroup
wg.Add(1)