閱讀663 返回首頁    go 阿裏雲 go 技術社區[雲棲]


golang精華資源

我從幾個月前用go學go算是入道了,看了大量的書,做了大量的例子,收藏了不少幹貨,在這裏分享給大家,歡迎關注gostock微信公眾號,持續更新:)


1.Learning Go 《學習Go語言》

https://www.miek.nl/projects/learninggo/
中文版https://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)
https://jan.newmarch.name/go/


4.goroutine背後的係統知識
Go語言從誕生到普及已經三年了,先行者大都是Web開發的背景,也有了一些普及型的書籍,可係統開發背景的人在學習這些書籍的時候,總有語焉不詳的感覺,網上也有若幹流傳甚廣的文章,可其中或多或少總有些與事實不符的技術描述。希望這篇文章能為比較缺少係統編程背景的Web開發人員介紹一下goroutine背後的係統知識。


1. 操作係統與運行庫
2. 並發與並行 (Concurrency and Parallelism)
3. 線程的調度
4. 並發編程框架
5. goroutine
https://www.sizeofvoid.net/goroutine-under-the-hood/


5.An Introduction to Programming in Go.
https://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

最後更新:2017-04-03 12:54:02

  上一篇:go 我的2013:從北京到石家莊的軟件開發曆程
  下一篇:go gnuradio 中USRP收發速率