https://github.com/t34-dev/go-svc-starter
https://github.com/t34-dev/go-svc-starter
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/t34-dev/go-svc-starter
- Owner: t34-dev
- Created: 2024-08-29T18:57:02.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-11T15:34:49.000Z (over 1 year ago)
- Last Synced: 2025-03-20T03:05:09.781Z (over 1 year ago)
- Language: Go
- Size: 520 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```