我從幾個月前用go學(xué)go算是入道了,看了大量的書,做了大量的例子,收藏了不少干貨,在這里分享給大家,歡迎關(guān)注gostock微信公眾號,持續(xù)更新:)
1.Learning Go 《學(xué)習(xí)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背后的系統(tǒng)知識
Go語言從誕生到普及已經(jīng)三年了,先行者大都是Web開發(fā)的背景,也有了一些普及型的書籍,可系統(tǒng)開發(fā)背景的人在學(xué)習(xí)這些書籍的時候,總有語焉不詳?shù)母杏X,網(wǎng)上也有若干流傳甚廣的文章,可其中或多或少總有些與事實不符的技術(shù)描述。希望這篇文章能為比較缺少系統(tǒng)編程背景的Web開發(fā)人員介紹一下goroutine背后的系統(tǒng)知識。
1. 操作系統(tǒng)與運行庫
2. 并發(fā)與并行 (Concurrency and Parallelism)
3. 線程的調(diào)度
4. 并發(fā)編程框架
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 開發(fā)過程中的想法, 方法, 探討等任何方面同步整理成的電子書.
https://github.com/achun/Go-Blog-In-Action
8.go samples when learning golang.
大量實操的例子
https://github.com/philsong/golang_samples