Martin Heinz

Results 4 comments of Martin Heinz

I tried going from scratch to reproduce your problem: ```shell git clone [email protected]:MartinHeinz/go-project-blueprint.git cd go-project-blueprint/ go mod vendor make test ``` Output: ``` Running tests: ok github.com/MartinHeinz/go-project-blueprint/cmd/blueprint 0.004s ? github.com/MartinHeinz/go-project-blueprint/cmd/blueprint/config...

Hi, thanks for suggestions, I will look into those tools and I might integrate them into repository (soon-ish).

Thanks for the suggestion. This project setup is assuming that you are building, running, testing... your app using Docker containers. If that's the case then you should not run into...

First of all, thanks for suggestions and sorry for late response. Regarding these suggested additions: - Black - Black is good tool if you have hard time being consistent with...