這是一個建立於 的文章,其中的資訊可能已經有所發展或是發生改變。
我從幾個月前用go學go算是入道了,看了大量的書,做了大量的例子,收藏了不少乾貨,在這裡分享給大家,歡迎關注gostock公眾號,持續更新:)
1.Learning Go 《學習Go語言》
http://www.miek.nl/projects/learninggo/
中文版http://mikespook.com/learning-go/
2.Go by Example
Go is an open source programming language designed for building simple, fast, and reliable software.
Go by Example is a hands-on introduction to Go using annotated example programs. Check out the first exampleor browse the full list below.
https://gobyexample.com/
3.Network programming with Go
An e-book on building network applications using the Google Go programming language (golang)
http://jan.newmarch.name/go/
4.goroutine背後的系統知識
Go語言從誕生到普及已經三年了,先行者大都是Web開發的背景,也有了一些普及型的書籍,可系統開發背景的人在學習這些書籍的時候,總有語焉不詳的感覺,網上也有若干流傳甚廣的文章,可其中或多或少總有些與事實不符的技術描述。希望這篇文章能為比較缺少系統編程背景的Web開發人員介紹一下goroutine背後的系統知識。
1. 作業系統與運行庫
2. 並發與並行 (Concurrency and Parallelism)
3. 線程的調度
4. 並發編程架構
5. goroutine
http://www.sizeofvoid.net/goroutine-under-the-hood/
5.An Introduction to Programming in Go.
http://www.golang-book.com/
6.《Go Web 編程》
https://github.com/astaxie/build-web-application-with-golang/blob/master/ebook/preface.md
7.Go語言部落格實踐
Go Blog In Action 中文名 Go語言部落格實踐. 是對 TypePress 開發過程中的想法, 方法, 探討等任何方面同步整理成的電子書.
https://github.com/achun/Go-Blog-In-Action
8.go samples when learning golang.
大量實操的例子
https://github.com/philsong/golang_samples