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

https://github.com/t34-dev/go-svc-starter


https://github.com/t34-dev/go-svc-starter

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# go-svc-starter (Template)

## Содержание
- [Makefile](docs/makefile/README.md)

```shell
# install plugins
make proto-bin

# install proto includes
make proto-vendor

# generate proto files
make proto
```