This article was originally published on bmf-tech.com.
Overview
A compilation of books and links I referred to while studying golang.
Books
-
プログラミング言語Go
- The Bible
-
スターティングGo言語
- Easy to read and understand. Might be too simple for those with a strong programming background.
- Go言語によるWebアプリケーション開発
- Goプログラミング実践入門 標準ライブラリでゼロからWebアプリを作る
Links
- golang.jp
- A Tour of Go
-
astaxie/build-web-application-with-golang
- You can get a good grasp of the content without purchasing the book by reading this.
-
Go Data Structures
- Detailed information on Go's data structures.
Top comments (0)