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

Go (programming language)

Installation

$ VERSION=1.7.3
$ OS=linux
$ ARCH=amd64
$ wget https://storage.googleapis.com/golang/go$VERSION.$OS-$ARCH.tar.gz
$ tar -C /usr/local -xzf go$VERSION.$OS-$ARCH.tar.gz
$ export PATH=$PATH:/usr/local/go/bin