go-project-blueprint icon indicating copy to clipboard operation
go-project-blueprint copied to clipboard

Blueprint/Boilerplate For Golang Projects

Results 4 go-project-blueprint issues
Sort by recently updated
recently updated
newest added

I like your blueprint. I know the purpose of the blueprint is not about config but I think there is an issue in your viper usage. Without changing anything I...

Hi! I love your article series on the ultimate Golang project structure, and it gives a good overview on how to implement a nice structure for building api services in...

Hi, whenever I try to apply `make test`, the following appears: ``` flag provided but not defined: -u Usage of id: -in string path to NodeIds.csv (default "schema/NodeIds.csv") -out string...

Any discussion is of course opinionated, but I'm typically using: - golangci-lint - goreleaser - and sometimes seihon (multi-arch docker builder)

enhancement