# Installing Go And Your Workspace

DevFeed: [Installing Go And Your Workspace](<https://devfeed.tech/articles/installing-go-and-your-workspace-22114.md>)

Original publisher: [Read original article](<https://www.ardanlabs.com/blog/2016/05/installing-go-and-your-workspace.html>)

Published: 2016-05-12T00:00:00Z

Content type: tutorial

Language: en

Sources: [William Kennedy](<https://devfeed.tech/sources/william-kennedy.md>)

Topics: [Go Language](<https://devfeed.tech/topics/go-language.md>), [Learning](<https://devfeed.tech/topics/learning.md>), [Operating system](<https://devfeed.tech/topics/operating-system.md>)

Tags: [ardan-labs](<https://devfeed.tech/tags/ardan-labs.md>), [blog](<https://devfeed.tech/tags/blog.md>), [go](<https://devfeed.tech/tags/go.md>), [go-programming](<https://devfeed.tech/tags/go-programming.md>), [golang](<https://devfeed.tech/tags/golang.md>), [installation](<https://devfeed.tech/tags/installation.md>), [learning](<https://devfeed.tech/tags/learning.md>), [linux](<https://devfeed.tech/tags/linux.md>), [mac](<https://devfeed.tech/tags/mac.md>), [programming](<https://devfeed.tech/tags/programming.md>), [terminal](<https://devfeed.tech/tags/terminal.md>), [windows](<https://devfeed.tech/tags/windows.md>)

## AI overview

A tutorial explaining how to install Go on Mac, Windows, and Linux, configure the required environment settings, and organize a Go workspace.

## Source excerpt

Introduction If you are new to Linux or the Mac you might find installing Go to be a bit confusing. It was for me when I started learning Go. Go was the reason I stopped using Windows, which I used for 20 years. Even if you're experienced with these operation systems, setting up Go might seem a bit of a mystery. With this in mind, let's walk through installing Go.