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

https://github.com/pplmx/pb


https://github.com/pplmx/pb

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

# Protocol Buffer

## Instruction

```bash
# init
make init

# if you are a user, run this command to generate pb code
make gen

# if you are a developer, run this command to generate pb code
# Compare with the gen command, this command will run buf dep update, buf format, buf lint before generating pb code
make pb
```