Skip to content

Latest commit

 

History

History
73 lines (60 loc) · 3.2 KB

e-books.md

File metadata and controls

73 lines (60 loc) · 3.2 KB

Bookmarks tagged [e-books]

https://leanpub.com/GoNotebook/read


http://www.golang-book.com/


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.


https://go101.org

A book focusing on Go syntax/semantics and all kinds of details.


http://golangbootcamp.com


https://github.com/thedevsir/gosuccinctly

in Persian.


https://github.com/dariubs/GoBooks

A curated list of Go books.


https://www.miek.nl/downloads/Go/Learning-Go-latest.pdf


http://www.gopl.io/


https://compilerbook.com

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...


https://interpreterbook.com

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.