Using Code Snapshot Attachments

As mentioned in the previous lecture, I strongly recommend that you use my code snapshots to compare your code to mine if you're getting stuck, if you fail to reproduce the results shown in the videos or if you're facing any other issues or error messages.

You find code snapshots in the last lecture of every module. There, you'll find a link to a Github repository that contains multiple "branches" which then in turn contain multiple snapshots per branch. Each "branch" on Github corresponds with a course section in this course.

For example, you find the code snapshot (it's only one in this case) for this section here: https://github.com/mschwarzmueller/golang-course-code/tree/01-getting-started

More instructions can be found in the Github repository.

Complete and Continue