-
Notifications
You must be signed in to change notification settings - Fork 32
Home
陳鍾誠 edited this page Jun 12, 2018
·
11 revisions
本課程將以 Go 語言設計 Server 端,HTML/CSS/JavaScript 設計瀏覽器端。
- Go 的教材
- 基礎: A Tour of Go -- https://tour.golang.org/welcome/1
- 進階: 電子書 -- https://github.com/astaxie/build-web-application-with-golang/blob/master/zh/preface.md
- 進階: 紙本 -- 精通 Go 程式設計 (程式碼: https://github.com/adonovan/gopl.io/)
- 精通 Go 程式設計 的中文電子版 -- https://wizardforcel.gitbooks.io/gopl-zh/content/
- 《深入解析Go》 -- https://tiancaiamao.gitbooks.io/go-internals/content/zh/
- 年终盘点!2017年超有价值的Golang文章 -- http://colobu.com/2017/12/28/top-golang-articles-of-2017/
- https://golang.org/doc/effective_go.html
- https://golang.org/doc/code.html