This repo functions as a template for my golang projects. Each dir in cmd/
will result in a separate service and will result in an individual docker images.
To build the services binary
make build/cmd
To build the services docker images
make build/docker