Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 451 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 451 Bytes

gowatch

A handy tool for automatically re-running your Go tests whenever you make a change to the source!

Installation

$ go get -u github.com/elliotforbes/gowatch

Usage

This tool accepts all the arguments and flags you would normally pass through to go test:

$ gowatch ./... -v

Screenshot of tool in action