Skip to content

Instantly share code, notes, and snippets.

@kyokomi
Created July 31, 2016 09:56
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 kyokomi/e3e333c680382473854657a887d75e27 to your computer and use it in GitHub Desktop.
Save kyokomi/e3e333c680382473854657a887d75e27 to your computer and use it in GitHub Desktop.
cmd/go exclude vendor directories https://github.com/golang/go/issues/11659
go test $(go list ./... | grep -v /vendor/)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment