From the course: Learning Go (2021)
Unlock this course with a free trial
Join today to access over 24,600 courses taught by industry experts.
Install Go on macOS - Go Tutorial
From the course: Learning Go (2021)
Install Go on macOS
- [Instructor] In order to install Go on MacOS, visit this webpage at golang.org/dl for download. You'll find links for all the supported operating systems. Click the link to download the PKG file for MacOS. When you click this link, you'll come to this page that has some instructions, but there really isn't much there because the installation is so simple. So I'm going to close my browser and show that I've already downloaded the installer to my desktop. I'll double click to start up the application. Now I already have Go installed on my computer, so I see this message saying that there's a previous installation detected. I can continue onward and if there's an older version of Go, it'll be uninstalled before the new one is installed. I'll continue onward, and then if I were to click the Install button, the installation would progress. There aren't any other options available. On MacOS the Go tools are always installed…
Contents
-
-
-
Go's essential characteristics5m 58s
-
(Locked)
Explore basic Go syntax3m 45s
-
(Locked)
Experiment with the Go Playground4m 52s
-
(Locked)
Install Go on macOS2m 22s
-
(Locked)
Install Go on Windows2m
-
(Locked)
Choose an IDE for Go programming2m 38s
-
(Locked)
Install and configure Visual Studio Code2m 38s
-
(Locked)
Get the exercise files from GitHub3m 42s
-
(Locked)
Create a Hello World application5m 15s
-
-
-
-
-
-
-