mirror of
https://github.com/minio/minio.git
synced 2025-11-09 05:34:56 -05:00
Golint cleanup utils/crypto/sha*,cpu,md5
This commit is contained in:
@@ -21,7 +21,7 @@ import (
|
||||
"io"
|
||||
)
|
||||
|
||||
// Low memory footprint io.Reader based md5sum helper
|
||||
// Sum - low memory footprint io.Reader based md5sum helper
|
||||
func Sum(reader io.Reader) ([]byte, error) {
|
||||
hash := md5.New()
|
||||
var err error
|
||||
|
||||
Reference in New Issue
Block a user