mirror of
https://github.com/drakkan/sftpgo.git
synced 2025-12-07 23:00:55 +03:00
travis: exclude go 1.13 for arch arm64
This commit is contained in:
@@ -1969,6 +1969,7 @@ func getMultipartFormData(values url.Values, fileFieldName, filePath string) (by
|
||||
if err != nil {
|
||||
return b, "", err
|
||||
}
|
||||
defer f.Close()
|
||||
if _, err = io.Copy(fw, f); err != nil {
|
||||
return b, "", err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user