From 7eb3a0311d14121f8884c0b205130c761cbe0c54 Mon Sep 17 00:00:00 2001 From: Jay Zhang Date: Thu, 29 Apr 2021 17:29:06 +0800 Subject: [PATCH] add wangyoucao577/go-project-layout --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 95558364..8210a748 100644 --- a/README.md +++ b/README.md @@ -1279,6 +1279,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. * [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. +* [wangyoucao577/go-project-layout](https://github.com/wangyoucao577/go-project-layout) - Set of practices and discussions on how to structure Go project layout. * [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.