if you want to use linter you should install it before
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/HEAD/install.sh | sh -s -- -b $(go env GOPATH)/bin v2.1.6
don't forget running docker before
make up
I used Gin, SQL and migrate.
Also I have added postman collection for tests.
You can access postman collection for tests on this url.