Exercises to accompany to O'Reilly Media live course title Production Go.
These exercises can be completed on your own or during the live Go programming course.
- Fork the repo
git clone
the repo locallycd
into the directory and complete the steps on the Exercise README.md
These exercises are for people programming but who are new to the go programming language. For an introdution to Go programming or to the Go programming language use these resources
Exercise 1 Exercise 2 Exercise 3
There are examples of solutions for each exercise in the internal solutions directory. They are not the only possible solutions to the exercises but are references that can be used if you get stuck.