Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 310 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 310 Bytes

Simple tool to automatically run go test when a change is made to .go files.

Install

go get github.com/ryanslade/goautotest

Run

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.