The Exercism exercises that I submitted to https://exercism.org/.
brew install exercism
exercism configure -t=YOUR_TOKEN
exercism configure -w=$PWD
# go
cd go
exercism download --track=go --exercise=hello-world
exercism submit <implementation_file_paths>