

Please follow the steps below if you want to set up a Go development environment in Visual Studio Code. Tar -C /usr/local -xzf go1.13.6. Go with Visual Studio Code

Click on the Start/Windows button, type cmd and press Enter.Launch the installer and follow the steps in the installation wizard to install Go on your system.Please follow the steps below to install the Go distribution on Windows:Īnd download the Microsoft Windows. In this tutorial course, we’ll use Visual Studio Code with the Go plugin from Microsoft. The IDE or text editor you use is up to you, most well-known IDEs have some form of Go integration. A text editor or IDE (integrated development environment).The Go distibution, to be able to compile and run Go apps.

In this Go tutorial we learn how to set up a development environment by installing the Go distribution and Microsoft's Visual Studio Code IDE.īefore we can start learning how to code and create programs with Go, we need a development environment.Ī Go development environment consists of the following: Environment Setup Go Environment Setup Tutorial
