Add practical go lessons book (#3543)

This commit is contained in:
Yankee 2021-03-27 17:53:32 +05:45 committed by GitHub
parent 4aac52d683
commit 1901972c34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2570,6 +2570,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
* [How To Code in Go eBook](https://www.digitalocean.com/community/books/how-to-code-in-go-ebook) - A 600 page introduction to Go aimed at first time developers.
* [Learning Go](https://www.miek.nl/downloads/Go/Learning-Go-latest.pdf)
* [Network Programming With Go](https://jan.newmarch.name/go/)
* [Practical Go Lessons](https://www.practical-go-lessons.com/)
* [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)