From e1c087a5f8782792b797abc139c1c0585f6a7677 Mon Sep 17 00:00:00 2001 From: jeff Date: Thu, 9 Jul 2020 16:31:08 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 779d175..5dcf9e0 100644 --- a/README.md +++ b/README.md @@ -57,3 +57,4 @@ * [Getting to Go: The Journey of Go's Garbage Collector](https://blog.golang.org/ismmkeynote) * [Communicating Sequential Processes](./Communicating%20Sequential%20Processes.pdf) * [Code Review Comments](https://github.com/golang/go/wiki/CodeReviewComments) +* [Organizing Database Access](https://www.alexedwards.net/blog/organising-database-access)