Go test with color output and auto rerun

  1. Install and setup grc, a generic colourizer, for go syntax.
  2. Install entr.
  3. Run:

    > ls *.go | entr -c grc go test .

    "-c" is for cleaning terminal before re-running:
1 November 2021