A starter template for a golang project based on golang project layout.
To build this project, run:
make tools
this will install and build all the tools. Then run:
make generate
this will generate all the gRPC and protocol buffers files.
To run all the executables, use:
make run
it uses goreman to run all the services defined in the configs/Procfile