add go-module to project layout section (#4849)

This commit is contained in:
Kamil Samigullin 2023-04-24 17:08:30 +03:00 committed by GitHub
parent 0219fc0949
commit b3cae39b66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1649,6 +1649,7 @@ _**Unofficial** set of patterns for structuring projects._
- [ardanlabs/service](https://github.com/ardanlabs/service) - A [starter kit](https://github.com/ardanlabs/service/wiki) for building production grade scalable web service applications.
- [cookiecutter-golang](https://github.com/lacion/cookiecutter-golang) - A Go application boilerplate template for quick starting projects following production best practices.
- [go-module](https://github.com/octomation/go-module) - Template for a typical module written on Go.
- [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.