From 3d0d3758c35b64016ed09783abd578254f0ea6f5 Mon Sep 17 00:00:00 2001 From: Alexander Melentyev Date: Wed, 1 Sep 2021 19:42:45 +0300 Subject: [PATCH] Add dot --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8905d2bb..8a2a13ab 100644 --- a/README.md +++ b/README.md @@ -2840,7 +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-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.