Update README.md with controversy

https://github.com/golang-standards/project-layout/issues/117
This commit is contained in:
Michael Graf 2021-11-03 18:07:06 -07:00 committed by Avelino
parent 653b26d1c4
commit 103b370567

View File

@ -1423,7 +1423,7 @@ _**Unofficial** set of patterns for structuring projects._
* [go-starter](https://github.com/allaboutapps/go-starter) - An opinionated production-ready RESTful JSON backend template, highly integrated with VSCode DevContainers.
* [go-todo-backend](https://github.com/Fs02/go-todo-backend) - Go Todo Backend example using modular project layout for product microservice.
* [gobase](https://github.com/wajox/gobase) - A simple skeleton for golang application with basic setup for real golang application.
* [golang-standards/project-layout](https://github.com/golang-standards/project-layout) - Set of common historical and emerging project layout patterns in the Go ecosystem.
* [golang-standards/project-layout](https://github.com/golang-standards/project-layout) - Set of common historical and emerging project layout patterns in the Go ecosystem. Note: despite the org-name they do not represent official golang standards, see [this issue](https://github.com/golang-standards/project-layout/issues/117) for more information. Nonetheless, some may find the layout useful.
* [golang-templates/seed](https://github.com/golang-templates/seed) - Go application GitHub repository template.
* [insidieux/inizio](https://github.com/insidieux/inizio) - Golang project layout generator with plugins.
* [modern-go-application](https://github.com/sagikazarmark/modern-go-application) - Go application boilerplate and example applying modern practices.