This consists a set of opinionated libraries (not framework) to build my personal Rest API in Golang
- Docker
- golangci-lint:
brew install golangci-lint
Run this command to setup environment
make test-up
Run all tests
make test
Destroy test environment
make test-down