- get
Install packages
go get github.com/nsf/gocode
Installs stuff in ~/go so we might want to add ~/go/bin to out PATH. In ~/.bashrc add
export PATH=$PATH:~/go/bin
then reload it using source ~/.bashrc
go get github.com/nsf/gocode
Installs stuff in ~/go so we might want to add ~/go/bin to out PATH. In ~/.bashrc add
export PATH=$PATH:~/go/bin
then reload it using source ~/.bashrc