mirror of
https://github.com/minio/minio.git
synced 2025-11-07 04:42:56 -05:00
build/vet: Fix all the shadowing reports with go1.6
Golang 1.6 is default version for the build now. Additionally set 'GODEBUG=cgocheck=0' for now, until we fix the erasure coding package. Readmore here https://tip.golang.org/doc/go1.6#cgo
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -12,4 +12,5 @@ site/
|
||||
build
|
||||
isa-l
|
||||
vendor/**/*.js
|
||||
vendor/**/*.json
|
||||
vendor/**/*.json
|
||||
release
|
||||
|
||||
Reference in New Issue
Block a user