You don't need to install anything to start learning Go. The Go Playground at play.golang.org lets you write, run, and share Go code in your browser.
The Playground has limitations. Programs can't access the network or filesystem. Time is fixed at a specific date. But for learning syntax and experimenting with small programs, it's perfect. Open it now and follow along with the examples in this section.