An open API service indexing awesome lists of open source software.

https://github.com/openimsdk/protocol


https://github.com/openimsdk/protocol

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# protocol

```shell
go install google.golang.org/protobuf/cmd/protoc-gen-go@latest
go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@latest
```

More to read [regenerate-grpc-code](https://grpc.io/docs/languages/go/quickstart/#regenerate-grpc-code).

- Run `mage` to gen rpc_caller.

## [Generate Protocol Buffers with Mage](./mage-README.md)