Learning Go through test-driven development, with the help of the quii/learn-go-with-tests e-book.
This project is powered by Nix, making it fully declarative and reproducible.
All you have to do is enter the development environment with:
nix-shellor if you have flakes enable:
nix developInside the environment, you can use the go-test or tt commands to run the tests.
For a full list of commands/shell aliases, see nix/go.nix.