Skip to content

Commit

Permalink
Get rid of splat hacks now that vendor is no longer included
Browse files Browse the repository at this point in the history
  • Loading branch information
brandur committed Sep 1, 2017
1 parent 7816d96 commit 6f55235
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
# These tasks will no longer be needed after Go 1.9, whereby `vendor/` is no
# longer considered to be part of `./...`.

test:
go test $(shell go list ./... | egrep -v '/vendor/')
go test ./...

vet:
go vet $(shell go list ./... | egrep -v '/vendor/')
go vet ./...

0 comments on commit 6f55235

Please sign in to comment.