From f35e7733f33707f69dec26892013e4fddd6d77e5 Mon Sep 17 00:00:00 2001 From: Alexander Melentyev Date: Wed, 1 Sep 2021 19:38:39 +0300 Subject: [PATCH] Add go-clean-template --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4b0633df..8905d2bb 100644 --- a/README.md +++ b/README.md @@ -2840,6 +2840,7 @@ _**Unofficial** set of patterns for structuring projects._ * [Go database/sql tutorial](http://go-database-sql.org/) - Introduction to database/sql. * [Go Playground for iOS](https://codeplayground.app) - Interactively edit & play Go snippets on your mobile device. * [Go WebAssembly Tutorial - Building a Simple Calculator](https://tutorialedge.net/golang/go-webassembly-tutorial/) +* [go-clean-template](https://github.com/evrone/go-clean-template) - Clean Architecture template for Golang services * [go-patterns](https://github.com/tmrts/go-patterns) - Curated list of Go design patterns, recipes and idioms. * [goapp](https://github.com/bnkamalesh/goapp) - An opinionated guideline to structure & develop a Go web application/service. * [Golang for Node.js Developers](https://github.com/miguelmota/golang-for-nodejs-developers) - Examples of Golang compared to Node.js for learning.