AlexStocks / getty

a netty like asynchronous network I/O library based on tcp/udp/websocket; a bidirectional RPC framework based on JSON/Protobuf; a microservice framework based on zookeeper/etcd
Apache License 2.0
886 stars 184 forks source link

Issue29 #25

Closed gaoxinge closed 4 years ago

gaoxinge commented 4 years ago

Fix https://github.com/dubbogo/getty/issues/29.

AlexStocks commented 4 years ago

check the travis error, pls.

gaoxinge commented 4 years ago

@AlexStocks There is no main function in examples\micro\proto and examples\rpc\proto, but service.proto.go, test.go is in main package, so there will be an error. So I delete the service.proto.go and rename test.go to test.go.tmp, and generate two files by pb.sh to work around.

AlexStocks commented 4 years ago

@gaoxinge okay.