Remove vendor directory and add it to the ignore list

This commit is contained in:
Rob Parker
2017-09-11 15:15:30 +01:00
parent 32ad4ed75f
commit 308e458c72
647 changed files with 1 additions and 214879 deletions

View File

@@ -1,11 +0,0 @@
default: test
test: *.go
go test -v -race ./...
fmt:
gofmt -w .
# Run the test in an isolated environment.
fulltest:
docker build -t hpcloud/tail .