Skip to content

Instantly share code, notes, and snippets.

@gyant
Created February 6, 2019 03:31
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 gyant/831074d4c0568b5e8c5ceb3f20187b20 to your computer and use it in GitHub Desktop.
Save gyant/831074d4c0568b5e8c5ceb3f20187b20 to your computer and use it in GitHub Desktop.
Refactoring Go Helper
#!/bin/bash
while :; do ag -l --go | entr -cd go test ./...; sleep 1 || break; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment