====== Go Language ====== ===== Book ===== * [[http://www.golangbootcamp.com/book/_single-page|Go Bootcamp]] * [[https://www.golang-book.com/books/intro|An Introduction to Programming in Go]] * [[https://willh.gitbooks.io/build-web-application-with-golang-zhtw/content/|使用 Golang 打造 Web 應用程式]] ===== Reference ===== * [[https://gobyexample.com/|Go by Example]] * [[https://tour.golang.org|A Tour of Go]] * [[http://www.golangpatterns.info/concurrency/futures|Go Language Patterns]] * http://howistart.org/posts/go/1 * [[https://medium.com/@val_deleplace/go-code-refactoring-the-23x-performance-hunt-156746b522f7|Go code refactoring : the 23x performance hunt]] * [[http://azer.bike/journal/a-good-makefile-for-go/|A Good Makefile for Go]] * [[http://science.raphael.poss.name/go-calling-convention-x86-64.html|The Go low-level calling convention on x86-64]]