2017年2月12日 星期日

Go Language 大集合

Installation 安裝
Text Editor 編輯器
Resource 資源

安裝Go
Go
https://golang.org/

設定環境變數(Set up Environment Variables)
1. 設定  PATH  (似乎會自動設定在系統中)    C:\Go\bin   可以在cmd中檢查是否可以執行 go指令

2. 設定  GOPATH (將這個設定在你的GO程式要用的資料夾,使用編輯器軟體例如VS Code,可以順利運作與安裝相關的套件)

例如我們將go的檔案放在 C:\code\go\ 中,就要做以下的變數設定


例如VS Code安裝完成後可以使用提示


Go 中文教學
https://polor10101.gitbooks.io/golang_note/content/about_golang.html

Go語言聖經(中文版)
http://docs.ruanjiadeng.com/gopl-zh/index.html


Sublime Text 2搭建Go开发环境(Windows)
http://www.cnblogs.com/sevenyuan/archive/2013/03/01/2938351.html

使用Atom配置Golang开发环境
https://segmentfault.com/a/1190000004933373

A Tour of GO
https://go-tour-zh-tw.appspot.com/welcome/1

Sublime

Visual Studio Code

Atom
https://atom.io/

Go Language Book
https://www.golang-book.com/

BeeGo  Go 的 Web Framewrok
https://beego.me/docs/mvc/view/view.md

Go Web 编程(網頁版本)
https://astaxie.gitbooks.io/build-web-application-with-golang/content/zh/01.2.html

Go Web 编程(PDF版本) ***
https://www.gitbook.com/book/astaxie/build-web-application-with-golang/details/zh
https://www.gitbook.com/download/pdf/book/astaxie/build-web-application-with-golang?lang=zh

Building a Website with Go - A Complete Example
https://www.youtube.com/watch?v=joVuFbAzPYw

采访:关于Go语言和《Go Web编程》
http://www.infoq.com/cn/articles/go-web-programming-interview


沒有留言:

張貼留言