From the course: Learning Go
Unlock this course with a free trial
Join today to access over 24,200 courses taught by industry experts.
Install and configure Visual Studio Code - Go Tutorial
From the course: Learning Go
Install and configure Visual Studio Code
- [Narrator] I'm using Visual Studio Code as my editor for this course. If you want to follow along, you can download Visual Studio Code from this webpage. There are versions for Windows, Linux, and macOS. On Mac, there's only one version, but on Windows there's a variety of versions, which you choose depends on whether you want it to be available to just the current user or to all users, that would be user versus system. Whether you want to use the installer versus just unzipping the files. And you also should pay attention to which operating system version you have. If you have 64-bit Windows, choose this version 32-bit or if you have an ARM-based Windows computer you can choose this version. Regardless of which operating system you're on, the installation for Visual Studio Code is really simple. So I'll assume that you've already done that and that you fired up visual studio code for the first time. In order to program…
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
-
-
-
-
-
-
-