Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Install packages

  • get
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