Golint cleanup utils/crypto/sha*,cpu,md5

This commit is contained in:
Harshavardhana
2015-03-05 20:16:47 -08:00
parent 66e31445ff
commit 256faddab5
7 changed files with 19 additions and 19 deletions

View File

@@ -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