Avatar
Permanently deleted user

I set GOPATH like this

  • GOPATH=$HOME/work
  • PATH=$PATH:$GOPATH/bin
  • go get github.com/gorilla/mux


Screen Shot 2015-10-02 at 5.03.02 AM.png
When i import this library, Screen Shot 2015-10-02 at 5.03.02 AM.pngIDE throw error like this.

But it do not work for me. how can I set GOPATH in idea?

0
Avatar
Permanently deleted user

thank you

0

请先登录再写评论。