1
0
mirror of https://github.com/minio/mc.git synced 2025-11-13 12:22:45 +03:00

Implement multipart upload library functions

This commit is contained in:
Harshavardhana
2015-04-24 19:21:43 -07:00
parent f0842dbb6d
commit 5468c97f0e
76 changed files with 19235 additions and 155 deletions

View File

@@ -1,12 +1,11 @@
package main
import (
"crypto/md5"
"fmt"
"io"
"os"
"os/exec"
"crypto/md5"
)
// hashBinary computes MD5SUM of a binary file on disk