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