These are my answers for the https://gophercises.com/.
Each directory houses the answers to what I completed of the exercises. Generally the README will be unchanged so you will need to read the code to figure out what I did and didn't do. But that is the point.
First, install Go based on your OS.
Second, use an editor that understand go. I like Atom with the go-plus plugin.
Third, clone the repo: git clone [email protected]:jkamenik/gophercises-answers.git
Four, follow the exercise directories.