export GOROOT=$HOME/go
export GOPATH=$HOME/gopath
export PATH=$PATH:$GOROOT/bin
Reference: https://golang.org/doc/install
It is better to install go by downloading binary file.
If you use apt-get to install go, do not set "export GOROOT=$HOME/go"
To unset that, type "unset GOROOT"
2016/05/11
2016/04/17
[Go] Golang Learning Resource
[Websites]
1. https://github.com/dariubs/GoBooks
2. http://www.golang-book.com/
3. https://github.com/ardanlabs/gotraining/tree/master/reading?utm_content=buffere9092&utm_medium=social&utm_source=twitter.com&utm_campaign=buffer
[Books]
1. The Little Go Book (從變數命名判斷作者一定是七龍珠迷...)
http://openmymind.net/The-Little-Go-Book/
[Reference]
2. Go by Example
3. Go Tutorial
4. GoDoc
to be continued...
[Go] Golang plugin for Intellij platform
Reference: https://plugins.jetbrains.com/plugin/5047
Project on Github: https://github.com/go-lang-plugin-org/go-lang-idea-plugin
Link below is the autocompletion tool Gocode for Golang
https://github.com/nsf/gocode
(4/18 update)
Golang plugins for Atom Editor
Golang plugin for Visual Studio Code
https://github.com/microsoft/vscode-go
Reference:在Visual Studio Code配置GoLang開發環境
[Go] 使用 Visual Studio Code 上建置 Go 開發環境
Reference:在Visual Studio Code配置GoLang開發環境
[Go] 使用 Visual Studio Code 上建置 Go 開發環境
(4/30 update)
GoClipse Plugin for Eclipse: https://goclipse.github.io/
Eclipse Install URL: http://goclipse.github.io/releases/
(5/09 update)
Reference: [Go] 使用gvm安裝golang, 並設定vim開發環境
Golang開發環境搭建-Vim篇 (這篇有詳細步驟,推薦)
Vundle (Vim package management): https://github.com/VundleVim/Vundle.vim
訂閱:
文章 (Atom)





