Add go-starter

This commit is contained in:
Manuel Wieser 2021-05-12 17:59:07 +02:00 committed by Avelino
parent 9d60314b1c
commit 2f90614a1d

View File

@ -1293,6 +1293,7 @@ _**Unofficial** set of patterns for structuring projects._
* [cookiecutter-golang](https://github.com/lacion/cookiecutter-golang) - A Go application boilerplate template for quick starting projects following production best practices. * [cookiecutter-golang](https://github.com/lacion/cookiecutter-golang) - A Go application boilerplate template for quick starting projects following production best practices.
* [go-sample](https://github.com/zitryss/go-sample) - A sample layout for Go application projects with the real code. * [go-sample](https://github.com/zitryss/go-sample) - A sample layout for Go application projects with the real code.
* [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. * [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. * [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.