From the course: Learning Go (2021)

Unlock this course with a free trial

Join today to access over 24,700 courses taught by industry experts.

Get the exercise files from GitHub

Get the exercise files from GitHub - Go Tutorial

From the course: Learning Go (2021)

Get the exercise files from GitHub

- [Instructor] Throughout this course I'll be using visual studio code but I'll be using exercise files that are available in a public repository on GitHub. This is the repository under the LinkedIn learning account. To use the repository go to this webpage, then click the code button and click this button to copy this URL to the clipboard. Now go to visual studio code. Within visual studio code you can close the welcome screen if you see it and then click this icon for source control. Click clone repository, and paste that URL into place. When you click on clone from GitHub you may be asked to log in to your GitHub account. And if that happens, go ahead and do it. And then you may be prompted to paste in that URL again. This time a dialogue should pop up asking you where you want to put your copy of the repository? I'm going to create a new folder under my home directory that I'll call GitHub, and then I'll choose select…

Contents