mirror of
https://github.com/minio/minio.git
synced 2025-11-06 20:33:07 -05:00
atomic/fs: use safe package for atomic writes, even in multipart.
This commit is contained in:
1
Makefile
1
Makefile
@@ -68,7 +68,6 @@ checkdocker:
|
||||
|
||||
getdeps: checks
|
||||
@go get -u github.com/golang/lint/golint && echo "Installed golint:"
|
||||
@go get -u golang.org/x/tools/cmd/vet && echo "Installed vet:"
|
||||
@go get -u github.com/fzipp/gocyclo && echo "Installed gocyclo:"
|
||||
@go get -u github.com/remyoudompheng/go-misc/deadcode && echo "Installed deadcode:"
|
||||
@go get -u github.com/client9/misspell/cmd/misspell && echo "Installed misspell:"
|
||||
|
||||
Reference in New Issue
Block a user