golang实现RPC的几种方式

豆瓣奶茶 ·
文中测试有一处错误 ~~protoc --go_out=plugin=protorpc=. arith.proto~~ protoc --go_out=. --plugin=protorpc arith.proto
#1
更多评论
执行protoc --go_out=. --plugin=protorpc arith.proto ariti.pb.go文件为什么没有ListenAndServeArithServicego方法
#2
iwhot
做一个努力奋斗的菜鸟
666
#3