TL;DR: Repository is down.
This commit is contained in:
Jannis Mattheis 2018-02-28 19:22:48 +01:00 committed by Jannis Mattheis
parent db60d2f0e7
commit d6b351f860
1 changed files with 0 additions and 2 deletions

View File

@ -26,13 +26,11 @@ test-coverage:
additional-checks:
go vet ./...
megacheck ./...
gocyclo -over 10 $(shell find . -iname '*.go' -type f | grep -v /vendor/)
golint -set_exit_status $(shell go list ./... | grep -v mock)
download-tools:
go get github.com/golang/lint/golint
go get honnef.co/go/tools/cmd/megacheck
go get github.com/fzipp/gocyclo
go get -u github.com/gobuffalo/packr/...
go get -u github.com/go-swagger/go-swagger/cmd/swagger