https://github.com/rendaman0215/common_pb
Schema for personal development
https://github.com/rendaman0215/common_pb
golang grpc protocol-buffers
Last synced: 3 months ago
JSON representation
Schema for personal development
- Host: GitHub
- URL: https://github.com/rendaman0215/common_pb
- Owner: rendaman0215
- Created: 2024-07-31T01:47:46.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-12T10:14:14.000Z (over 1 year ago)
- Last Synced: 2025-01-23T00:11:17.642Z (about 1 year ago)
- Topics: golang, grpc, protocol-buffers
- Language: Makefile
- Homepage: https://buf.build/rendaman/personal
- Size: 55.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Schema repository for personal dev
[](https://github.com/rendaman0215/common_pb/actions/workflows/push.yaml)
## BSR Repository
## How to hogehoge
### How to generate protoc-gen-go and grpc-go
```zsh
make gen-api
```
### How to format and lint
```zsh
make format
make lint
```