Go is a statically typed, compiled programming language designed at Google by Robert Griesemer, Rob Pike, and Ken Thompson. Go is syntactically similar to C, but with memory safety, garbage collection, structural typing, and CSP-style concurrency. The language is often referred to as Golang because of its former domain name, golang.org, but the proper name is Go.
Build fast, reliable, and efficient software at scale
- Go is an open source programming language supported by Google
- Easy to learn and get started with
- Built-in concurrency and a robust standard library
- Growing ecosystem of partners, communities, and tools
Installing Go at macOS Platform
Download Go installer for your platforms (Linux, Windows, Mac) from https://go.dev/doc/install
Downloading Go Installer for Mac platform
Downloaded Go Installer to Mac platform
Double click to run installer
Select Go installation path
Go Installation in progress
Go Installation completed
Execute following command in terminal to verify installation