All generated files (Go code, Swagger spec, documentation) are already stored in this repository.
Serve API documentation with nginx:
make serve
-
Edit
.protofiles. Do not edit Swagger,.pb.go,.pb.gw.go. You can usemake cleanto remove all generated files. -
Install required tools (once):
make init
- Generate files:
make gen