Getting Started

Installation

Get started with Golang.

This guide will help you install Go and set up your environment correctly.

Download Go from the official website:

https://go.dev/

Choose the version for your operating system.

Install Go

Follow the installer for your platform:

Windows

  • Run the .msi installer
  • Follow the setup wizard

macOS

  • Use the .pkg installer

Verify Installation

Check if Go is installed correctly:

go version

Expected output:

go version go1.x.x

If this works, Go is installed successfully.

Copyright © 2026