From c6a1f8dc41112f78cb5188ceb75f2bdf3d87ee91 Mon Sep 17 00:00:00 2001 From: Jordan T Date: Tue, 20 Oct 2020 10:18:38 -0500 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d963f7f..af91b48 100644 --- a/README.md +++ b/README.md @@ -89,11 +89,13 @@ This repository is an attempt to consolidate useful resources for Site Reliabili * [A tour of Go](https://tour.golang.org) * [Go by Example](https://gobyexample.com) +* [Learn Go with Tests](https://quii.gitbook.io/learn-go-with-tests/) * [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 * [AlgoExperts](https://www.algoexpert.io)