/learning-go-with-tests

solutions and notes while working through https://quii.gitbook.io/learn-go-with-tests

Primary LanguageGo

Learning Go by way of https://quii.gitbook.io/learn-go-with-tests/

Local dev on NixOS using:

  • niv
  • lorri
  • direnv

One-time setup (run in the same dir as shell.nix)

niv init && niv update nixpkgs -b nixpkgs-unstable && lorri init && direnv allow

After a couple minutes, you can go into any project folder and run

go test