This commit is contained in:
wangchuxiao 2023-03-09 11:26:01 +08:00
parent 3421610acb
commit 90c6130bc6

View File

@ -15,7 +15,7 @@ type RpcCmd struct {
func NewRpcCmd(rpcRegisterName string) *RpcCmd {
rpcCmd := &RpcCmd{NewRootCmd(), rpcRegisterName}
fmt.Println(*rpcCmd)
fmt.Println("line 18", *rpcCmd, rpcCmd)
return rpcCmd
}