Go Installation and IDE Setup

Setup Go in your machine

Go Installation and IDE Setup

Using Go Playground

To learn the basics of go language you don't need to Install Go in your computer, you can start with Go Playground - https://go.dev/play/.

Install Go

If you prefer to install go programming language in our computer click the link https://go.dev/doc/install, download and install go for your preferred OS.

Editor of your choice

  • Press x from your keyboard to enable the go language plugin

And you are all set, now you are ready to write your go programs.