Basics - Install Go on Mac OS X

The Go programming language has been popular for a few years now. Developers like Go because it’s modern and fits well with the types of architectures in use today. Some of the cool guy features developers gain when they use Go are around improved garbage collection and networking.

Like many other apps on Mac OS X, Go is easy to install via a package.

  1. Download Go for Mac OS X via the website https://golang.org/dl/

  2. Open the downloaded file

  3. Follow the prompts through to completion

Read More