Bookmarks tagged [e-books]
https://leanpub.com/GoNotebook/read
https://www.gitbook.com/book/astaxie/build-web-application-with-golang/details
build-web-application-with-golang: build-web-application-with-golang
https://www.gitbook.com/book/codegangsta/building-web-apps-with-go/details
building-web-apps-with-go: Learn how to build and deploy web applications with Go.
A book focusing on Go syntax/semantics and all kinds of details.
https://github.com/thedevsir/gosuccinctly
in Persian.
- tags: go, e-books
- source code
https://github.com/dariubs/GoBooks
A curated list of Go books.
- tags: go, e-books
- source code
https://www.miek.nl/downloads/Go/Learning-Go-latest.pdf
This is the sequel to Writing An Interpreter In Go and this time we're writing a compiler and a virtual machine for Monkey. Same codebase, same approach, new goals. Code front and center, step by step...
This book takes you from 0 lines of code to a fully working interpreter for the Monkey programming language. Step by step. All code shown and included. Fully unit tested.