2021年10月10日

golang原生微服务

摘要: 服务端 package main import ( "fmt" "net" "net/rpc" "net/rpc/jsonrpc" ) type HelloWord struct { } func (this *HelloWord) SayHello(name string, revc *strin 阅读全文

posted @ 2021-10-10 22:13 信奉上帝的小和尚 阅读(109) 评论(0) 推荐(0)

导航