From 1df241ddd5943f3d0c2deb44314ef6d31f0e22b3 Mon Sep 17 00:00:00 2001 From: Maksim Date: Fri, 25 Jan 2019 20:13:26 +0300 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0645122..8413a62 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,7 @@ This repository is an attempt to consolidate useful resources for Site Reliabili * [Go by Example](https://gobyexample.com) * [Getting up and running with Go](http://www.golangprograms.com) * [Effective Go](https://golang.org/doc/effective_go.html) +* [Go Design Patterns](https://github.com/tmrts/go-patterns) * [Go Memory Management](https://povilasv.me/go-memory-management) ### Big O Notation, Algorithms and Data Structures