From 5fea0b71a14bb7d44872dc56f54cc02eebb5f84a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Paj=C4=85k?= Date: Fri, 8 Jan 2021 17:17:56 +0100 Subject: [PATCH] Add golang-templates/seed (#3432) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7325cfdd..eb2351ba 100644 --- a/README.md +++ b/README.md @@ -1227,6 +1227,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [go-sample](https://github.com/zitryss/go-sample) - A sample layout for Go application projects with the real code. * [go-todo-backend](https://github.com/Fs02/go-todo-backend) - Go Todo Backend example using modular project layout for product microservice. * [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-templates/seed](https://github.com/golang-templates/seed) - Go application GitHub repository template. * [modern-go-application](https://github.com/sagikazarmark/modern-go-application) - Go application boilerplate and example applying modern practices. * [scaffold](https://github.com/catchplay/scaffold) - Scaffold generates a starter Go project layout. Lets you focus on business logic implemented.