Skip to content

elliotforbes/gowatch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A handy tool that watches for .go file changes within your directory and automatically re-runs the tests.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages