http://golang.org/doc/code.html
이걸 따라하고나면 GOPATH는 잡혀있을 것이다.
근데 자꾸 없다고 난리리. 문제는 sudo로 실행해서 그런것!
permission 문제는 아래 명령어로 해결해준다.
sudo chown -R "$USER:" "$GOPATH"
References
1. http://stackoverflow.com/questions/24778565/go-go-get-gopath-error-when-gopath-is-set
2. http://stackoverflow.com/questions/21463261/package-download-fails-gopath-not-set-why
'Go' 카테고리의 다른 글
Goroutine context switching 시점 (0) | 2018.04.20 |
---|---|
How to run go app in heroku by your own project (with github) (0) | 2017.02.24 |
LITE IDE setup (0) | 2015.01.28 |