Skip to content

Instantly share code, notes, and snippets.

@unakatsuo
Created December 5, 2016 12:10
Show Gist options
  • Save unakatsuo/096d02f2959d7541e093e61861b8bfc8 to your computer and use it in GitHub Desktop.
Save unakatsuo/096d02f2959d7541e093e61861b8bfc8 to your computer and use it in GitHub Desktop.
Exclude vendor/** and run "go test" on PowerShell.
go test -v $(go list ./... | Select-String -NotMatch /vendor/)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment