Course Content
Golang
About Lesson

Setup go environment for compilation of go sources. This is simply done by downloading go installers or binary packages from go website.

You can always download the latest version from Download Latest Go Version

Check installed go

The easiest way to check is open up a terminal window and type go version  , in case you don’t see an output similar to something like go version go1.22.1 linux/amd64 then you must add the path of the bin directory of your installed go version into your PATH variable.