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