From the course: Learning Go
Unlock this course with a free trial
Join today to access over 24,700 courses taught by industry experts.
Using the exercise files in GitHub Codespaces - Go Tutorial
From the course: Learning Go
Using the exercise files in GitHub Codespaces
- [Instructor] The exercise files for this course are stored in a GitHub repository that's designed for use with GitHub Codespaces. Earlier in the course, you'll find an article that describes how to open the Codespace for the first time. When you first create the Codespace, it might take a few minutes for everything to settle, for the dark theme to turn on, and for all the files to show up in the Explorer window. As you see on the left, there are six folders starting with Ch for chapter, so there's one folder for each chapter in the course. Within the chapter folders, you'll find video folders. For each video that shows an exercise, you'll find a beginning and an ending folder, annotated with the letters b for begin and e for end. To follow along with any exercise, go to that folder and open the Go file. You may need to open other files along the way, but critically you'll need the Go file that has a main function. That's a file that you can run. To run the file, you'll need to make…