Go solutions to Advent of Code problems for 2019. Written by Daniel Connelly. There's also a corresponding blog post.
Unless specified otherwise in a per-day README, the solutions for a given day can be run by doing:
cd dayN
go run dayN.go input.txt
Licensed under the MIT License, if for some reason that's interesting to you.