make file

This commit is contained in:
wangchuxiao
2022-02-15 18:28:54 +08:00
parent 445100f32d
commit 65be1263b9
9 changed files with 145 additions and 13 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ import (
)
func main() {
rpcPort := flag.Int("port", 10301, "rpc listening port")
rpcPort := flag.Int("port", 10300, "rpc listening port")
flag.Parse()
rpcServer := rpcChat.NewRpcChatServer(*rpcPort)
rpcServer.Run()