From 0c8275112bbd47550e3029bb0a92c683da3e791d Mon Sep 17 00:00:00 2001 From: Shubham Zanwar Date: Mon, 5 Oct 2020 14:26:38 +0530 Subject: [PATCH] adding go design patterns repo to tutorials list (#3273) * adding go design patterns repo to tutorials list * arranging the submission in alphabetical order * adding fullstop at the end of the description --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9fcebbfd..4c5a0724 100644 --- a/README.md +++ b/README.md @@ -2614,6 +2614,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [Building Go Web Applications and Microservices Using Gin](https://semaphoreci.com/community/tutorials/building-go-web-applications-and-microservices-using-gin) - Get familiar with Gin and find out how it can help you reduce boilerplate code and build a request handling pipeline. * [Caching Slow Database Queries](https://medium.com/@rocketlaunchr.cloud/caching-slow-database-queries-1085d308a0c9) - How to cache slow database queries. * [Canceling MySQL](https://medium.com/@rocketlaunchr.cloud/canceling-mysql-in-go-827ed8f83b30) - How to cancel MySQL queries. +* [Design Patterns in Go](https://github.com/shubhamzanwar/design-patterns) - Collection of programming design patterns implemented in Go. * [Ethereum Development with Go](https://github.com/miguelmota/ethereum-development-with-go-book) - A little e-book on Ethereum Development with Go. * [Games With Go](http://gameswithgo.org/) - A video series teaching programming and game development. * [Go By Example](https://gobyexample.com/) - Hands-on introduction to Go using annotated example programs.