Fix all remaining windows path issues.

This commit is contained in:
Harshavardhana
2015-10-21 22:25:13 -07:00
parent 8978c19db6
commit 1f66f4869b
5 changed files with 49 additions and 12 deletions

View File

@@ -35,8 +35,8 @@ lint:
cyclo:
@echo "Running $@:"
@GO15VENDOREXPERIMENT=1 gocyclo -over 60 *.go
@GO15VENDOREXPERIMENT=1 gocyclo -over 60 pkg
@GO15VENDOREXPERIMENT=1 gocyclo -over 65 *.go
@GO15VENDOREXPERIMENT=1 gocyclo -over 65 pkg
build: getdeps verifiers
@echo "Installing minio:" #@GO15VENDOREXPERIMENT=1 deadcode