From b5315a039c32e1a4fc00f0b1b297c39b4ca9d5c6 Mon Sep 17 00:00:00 2001 From: Ilya Mashchenko Date: Fri, 15 Jun 2018 01:47:01 +0900 Subject: [PATCH] add "Go 101" book (#2894) --- free-programming-books.md | 1 + 1 file changed, 1 insertion(+) diff --git a/free-programming-books.md b/free-programming-books.md index 16a3dc3f..bc35c8ba 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -1194,6 +1194,7 @@ Kerridge (PDF) (email address *requested*, not required) * [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/) * [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 * [Go by Example](https://gobyexample.com) * [Go for Javascript Developers](https://github.com/bulim/go-for-javascript-developers)