From 12b32dd33ed434ce8e38ec7b33112e1574e4b58d Mon Sep 17 00:00:00 2001 From: Blas Rodriguez Irizar Date: Fri, 3 Jul 2020 12:37:47 +0200 Subject: [PATCH] Add E-Book Spaceship Go (#3128) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 74296e23..20128217 100644 --- a/README.md +++ b/README.md @@ -2417,6 +2417,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [GoBooks](https://github.com/dariubs/GoBooks) - A curated list of Go books. * [Learning Go](https://www.miek.nl/downloads/Go/Learning-Go-latest.pdf) * [Network Programming With Go](https://jan.newmarch.name/go/) +* [Spaceship Go A Journey to the Standard Library](https://blasrodri.github.io/spaceship-go-gh-pages/) * [The Go Programming Language](http://www.gopl.io/) * [The Golang Standard Library by Example (Chinese)](https://github.com/polaris1119/The-Golang-Standard-Library-by-Example) * [Web Application with Go the Anti-Textbook](https://github.com/thewhitetulip/web-dev-golang-anti-textbook/)