Skip to content

Instantly share code, notes, and snippets.

@graphaelli
Created October 8, 2017 14:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save graphaelli/61fb40774b308bfee1c43be9aa77a2d6 to your computer and use it in GitHub Desktop.
Save graphaelli/61fb40774b308bfee1c43be9aa77a2d6 to your computer and use it in GitHub Desktop.
#!/bin/bash
gotest() {
clear
go test -bench .
}
gotest
export -f gotest
fswatch -o *go | xargs -t -I{} bash -c gotest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment