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

Show Installed Version of Golang

  • version

Once you have installed the Go compiler, let's check that you can run it on the command line. In MS Windows open a CMD window, or if you use Linux/Mac open a terminal and type:

$ go version

the output should look something like this:

go version go1.12.9 linux/amd64