# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# README
Production-Go-Examples
Exercises to accompany to O'Reilly Media live course title Production Go.
Completing exercises
These exercises can be completed on your own or during the live Go programming course.
How to Download Exercise
- Fork the repo
git clone
the repo locallycd
into the directory and complete the steps on the Exercise README.md
Pre-requisists
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
Exercises
Exercise 1 Exercise 2 Exercise 3
Solutions
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.