This commit is contained in:
Mitul Shah 2026-04-09 22:09:29 +05:30 committed by GitHub
commit 8eeb607a41
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1873,6 +1873,7 @@ _**Unofficial** set of patterns for structuring projects._
- [go-todo-backend](https://github.com/Fs02/go-todo-backend) - Go Todo Backend example using modular project layout for product microservice.
- [goapp](https://github.com/naughtygopher/goapp) - An opinionated guideline to structure & develop a Go web application/service.
- [gobase](https://github.com/wajox/gobase) - A simple skeleton for golang application with basic setup for real golang application.
- [golang-rest-api-template](https://github.com/MitulShah1/golang-rest-api-template) - Golang template for REST API with MySQL database, basic authentication, logging and cache.
- [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.
- [goxygen](https://github.com/shpota/goxygen) - Generate a modern Web project with Go and Angular, React, or Vue in seconds.