From 0ceb24761e1de009925316c63787c89162c8a84b Mon Sep 17 00:00:00 2001 From: Go101 <22589241+go101@users.noreply.github.com> Date: Mon, 9 Apr 2018 10:32:08 -0400 Subject: [PATCH] add a new e-book: go 101 (#1879) * Update README.md * add Go 101 description --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 94065652..92743bdf 100644 --- a/README.md +++ b/README.md @@ -1771,6 +1771,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [An Introduction to Programming in Go](http://www.golang-book.com/) * [Build Web Application with Golang](https://www.gitbook.com/book/astaxie/build-web-application-with-golang/details) * [Building Web Apps With Go](https://www.gitbook.com/book/codegangsta/building-web-apps-with-go/details) +* [Go 101](https://go101.org) - A book focusing on Go syntax/semantics and all kinds of details * [Go Bootcamp](http://golangbootcamp.com) * [GoBooks](https://github.com/dariubs/GoBooks) - A curated list of Go books. * [Learning Go](https://www.miek.nl/downloads/Go/Learning-Go-latest.pdf)