mirror of
https://github.com/minio/minio.git
synced 2025-11-07 21:02:58 -05:00
Update comments across the codebase
This commit is contained in:
@@ -21,6 +21,7 @@ import (
|
||||
"io"
|
||||
)
|
||||
|
||||
// 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