My solutions to the series of exercises from Gophercises, as an attempt to learn a bit of Go.
The code for each exercise is contained in the corresponding N_exercise_name
subdirectory, where N
is the exercise number.
To build and run the code for an exercise :
# in `N_exercise_name` subdirectory
$ go build -o bin/the_binary_name && ./bin/the_binary_name