vendor: sha256 32bit updated. (#2459)

This commit is contained in:
Harshavardhana
2016-08-16 16:19:29 -07:00
committed by GitHub
parent 4dec50ba51
commit 0a3d43273f
11 changed files with 122 additions and 36 deletions

View File

@@ -101,7 +101,7 @@ deadcode:
@GO15VENDOREXPERIMENT=1 ${GOPATH}/bin/deadcode
spelling:
@GO15VENDOREXPERIMENT=1 ${GOPATH}/bin/misspell -error *
@GO15VENDOREXPERIMENT=1 ${GOPATH}/bin/misspell -error *.go
@GO15VENDOREXPERIMENT=1 ${GOPATH}/bin/misspell -error pkg/**/*
test: build