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

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

Awesome Lists containing this project

README

          

# Schema repository for personal dev

[![buf-push](https://github.com/rendaman0215/common_pb/actions/workflows/push.yaml/badge.svg)](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
```