Simple tool to automatically run go test
when a change is made to .go
files.
go get github.com/ryanslade/goautotest
Run goautotest
in the directory of the package you are testing.
All the normal arguments that can be passed to go test
can also be passed to goautotest
.