2019-03-27 03:32:29 -05:00
|
|
|
---
|
|
|
|
title: Installing Go
|
|
|
|
---
|
|
|
|
### Windows
|
|
|
|
|
|
|
|
Download and run the installer found at http://golang.org/doc/install
|
|
|
|
|
|
|
|
### OS X
|
|
|
|
|
|
|
|
Download an install the darwin binary from https://golang.org/dl/
|
|
|
|
|
|
|
|
You can also install go using the Homebrew package manager.
|
|
|
|
|
|
|
|
### Linux
|
|
|
|
|
2019-04-03 12:38:53 -05:00
|
|
|
See information about go-installation at [golang](https://golang.org/doc/install)
|