推薦一些好的golang學習資料html
1. 入門python
官方網址https://golang.org/git
A tour of go [官方教程 go play]github
http://openmymind.net/The-Little-Go-Book/ [很精簡但很好的入門教程]golang
https://github.com/sendwithus/workshop-go [入門代碼練習]web
https://github.com/golang/go/wiki/CodeReviewComments [推薦的編碼風格]正則表達式
2. 提升app
https://golang.org/doc/effective_go.html [官方,go語言的編寫規範和使用指導]框架
https://github.com/StefanSchroeder/Golang-Regex-Tutorial [很好的正則表達式教程]學習
https://www.gitbook.com/book/codegangsta/building-web-apps-with-go/details [開發一個web後臺進一步提升本身吧]
3. 比較好的go語言項目
http://awesome-go.com/ [全部aswsome的golang項目都會收錄在這裏]
http://beego.me/ [國內go 後臺框架]
以上教程基於我的學習時的整理,若是你有新的推薦能夠在評論中列出。
ps: 我的以爲若是有人開發出用go語言寫圖形界面的框架就行了,好比像python那樣,但目前與之相關的不少golang項目都不太成熟。