A continuous test runner for Go.
Once started, it will listen for file changes in a given directory. If a file change is detected, only the tests affected by that file change will be re-run.
-exclude string
exclude paths (default "/vendor/")
-extensions string
file extensions to watch (default "go,tpl,html")
-root string
watch root (default ".")