From 21aaf532c463498ee47a647359d1a8f4801f8c6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rk=20S=C3=A1gi-Kaz=C3=A1r?= Date: Thu, 19 Sep 2019 23:32:18 +0200 Subject: [PATCH] Add modern go application (#2672) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2691637c..2070f185 100644 --- a/README.md +++ b/README.md @@ -1079,6 +1079,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. * [golang-standards/project-layout](https://github.com/golang-standards/project-layout) - Set of common historical and emerging project layout patterns in the Go ecosystem. +* [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 starter Go project layout. Lets you focus on business logic implemeted. ### Strings