# README
code-challenges-go
code challenges, golang edition
pre-requisite steps
# ensures all dependencies are met
make setup
quickstart
go test
run in container
Not into installing things on the host? You can also run all the tests in a container.
make container-run