mirror of
https://github.com/minio/minio.git
synced 2025-11-06 20:33:07 -05:00
Run govet and fix
This commit is contained in:
4
Makefile
4
Makefile
@@ -12,10 +12,12 @@ checkgopath:
|
||||
|
||||
getdeps: checkdeps checkgopath
|
||||
@go get github.com/tools/godep && echo "Installed godep"
|
||||
@go get golang.org/x/tools/cmd/cover && echo "Installed cover"
|
||||
@go get golang.org/x/tools/cmd/vet && echo "Install govet"
|
||||
@go get golang.org/x/tools/cmd/cover && echo "Installed gocover"
|
||||
|
||||
build-all: getdeps
|
||||
@echo "Building Libraries"
|
||||
@godep go vet ./...
|
||||
@godep go generate ./...
|
||||
@godep go build ./...
|
||||
|
||||
|
||||
Reference in New Issue
Block a user