From ee19bb338785aa7d8775e6678f192e1bf1b4f2b0 Mon Sep 17 00:00:00 2001 From: Alexander Melentyev Date: Thu, 2 Sep 2021 13:25:35 +0300 Subject: [PATCH] Add go-clean-template --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 198bf011..49d6e4f1 100644 --- a/README.md +++ b/README.md @@ -2287,4 +2287,5 @@ Awesome project lists using [Gin](https://github.com/gin-gonic/gin) web framewor * [picfit](https://github.com/thoas/picfit): An image resizing server written in Go. * [brigade](https://github.com/brigadecore/brigade): Event-based Scripting for Kubernetes. * [dkron](https://github.com/distribworks/dkron): Distributed, fault tolerant job scheduling system. +* [go-clean-template](https://github.com/evrone/go-clean-template): Clean Architecture template for Golang services.