We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
vim-gocode extensively use the command readlink to detect Go packages. On OS X, you will have to install the coreutils :
$ brew install coreutils
And then add readlink to your path by adding the following to your bashrc:
readlink
PATH="/usr/local/opt/coreutils/libexec/gnubin:$PATH"
If you have any other problem to install vim-gocode post an issue there.