Refactor code

This commit is contained in:
wenxu12345
2021-12-30 17:27:11 +08:00
parent ccecd8f4f0
commit 1e9ef321f0
2 changed files with 11 additions and 0 deletions
+1
View File
@@ -10,4 +10,5 @@ func main() {
flag.Parse()
rpcServer := rpcAuth.NewRpcAuthServer(*rpcPort)
rpcServer.Run()
}