-1

I download and build up the nsq src code and i wanna to navigate the src code by intellij 14.0 golang plugin. How can I import the whole nsq project into intellij without errors?

uuball
  • 341
  • 2
  • 5
  • 12

2 Answers2

1

If you get the code with go get you can create an IntelliJ project with your $GOPATH as the root of the project. Then you can navigate to the $GOPATH/src/github.com/bitly folders to see the code.

LenW
  • 3,054
  • 1
  • 24
  • 25
  • While I just followed your advise, but there are still some errors in my workspace, the ide cannot resolve some package. – uuball Mar 06 '15 at 16:32
0

While the upcoming version is stable, some things might not work, hence it's currently released under github releases section here: https://github.com/go-lang-plugin-org/go-lang-idea-plugin/releases if you have any issues with it, please search for duplicates and if you can't find any, feel free to open one. Also be sure to read the readme :)

Hope it helps.

dlsniper
  • 7,188
  • 1
  • 35
  • 44