Skip to content

Commit

Permalink
removing example vendor dir, fixing vet
Browse files Browse the repository at this point in the history
  • Loading branch information
jprobinson committed Jul 19, 2017
1 parent ce4c4c9 commit 89739bd
Show file tree
Hide file tree
Showing 1,366 changed files with 3 additions and 396,837 deletions.
7 changes: 1 addition & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,7 @@ lint: testdeps
done

vet: testdeps
for file in $$(find . -name '*.go' | grep -v 'examples\|_test.go'); do \
golint $${file}; \
if [ -n "$$(go vet $${file})" ]; then \
exit 1; \
fi; \
done
go vet github.com/NYTimes/gizmo/...

errcheck: testdeps
go get -v github.com/kisielk/errcheck
Expand Down
2 changes: 2 additions & 0 deletions examples/servers/reading-list/.drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ build:
environment:
- GOPATH=/drone
commands:
- go get -u github.com/golang/dep/cmd/dep
- dep ensure -v
- go test -v .
when:
event: [push, pull_request]
Expand Down

This file was deleted.

15 changes: 0 additions & 15 deletions examples/servers/reading-list/vendor/cloud.google.com/go/AUTHORS

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 89739bd

Please sign in to comment.