From ee48c4fb84e7e2f1e0ab63887abbd1d77da7004e Mon Sep 17 00:00:00 2001 From: Rytis Bieliunas Date: Tue, 13 Apr 2021 17:29:42 +0300 Subject: [PATCH] Add link to Go book (#5338) * Add link to Go book * Link Darker Corners of Go article instead of book --- books/free-programming-books.md | 1 + 1 file changed, 1 insertion(+) diff --git a/books/free-programming-books.md b/books/free-programming-books.md index ad7a6577..8cc21293 100644 --- a/books/free-programming-books.md +++ b/books/free-programming-books.md @@ -1488,6 +1488,7 @@ Kerridge (PDF) (email address *requested*, not required) * [An Introduction to Programming in Go](http://www.golang-book.com) * [Build Web Application with Golang](https://astaxie.gitbooks.io/build-web-application-with-golang/content/en/) * [Building Web Apps with Go](https://codegangsta.gitbooks.io/building-web-apps-with-go/content/) +* [Darker Corners of Go](https://rytisbiel.com/2021/03/06/darker-corners-of-go/) - Rytis Bieliunas * [Effective Go](https://golang.org/doc/effective_go.html) * [Go 101](https://go101.org/article/101.html) - [@TapirLiu](https://twitter.com/TapirLiu) * [Go Bootcamp](http://www.golangbootcamp.com/book) - Matt Aimonetti -- GitLab