Golang REST API Template/Boilerplate with Gin/Gorm/Fx.
$ make compose.local.up
Check .http files for tests in sample.http
# Clean test cache, Run go tests and build
$ make tests
# Run golangci-lint
$ make lint
$ make build
$ tree ./build/bin
./build/bin
└── apiserver
$ make release
# $ make release.local # for local tests
# $ make release.dry # for dry run
; TBD