This commit is contained in:
wangchuxiao
2023-03-09 11:28:11 +08:00
parent 90c6130bc6
commit 471b9cbea6
+1 -1
View File
@@ -15,7 +15,7 @@ type RpcCmd struct {
func NewRpcCmd(rpcRegisterName string) *RpcCmd {
rpcCmd := &RpcCmd{NewRootCmd(), rpcRegisterName}
fmt.Println("line 18", *rpcCmd, rpcCmd)
fmt.Println("line 18", *rpcCmd, rpcCmd, rpcRegisterName)
return rpcCmd
}