1
0
mirror of https://github.com/minio/mc.git synced 2025-07-28 20:01:58 +03:00

Move to latest x/sys/unix for arm64 fixes. (#1882)

Related to fixes here golang/go#15393
This commit is contained in:
Harshavardhana
2016-11-18 18:04:09 -08:00
committed by GitHub
parent 7a295dd5fa
commit fa5a339434
41 changed files with 7325 additions and 121 deletions

View File

@ -28,7 +28,7 @@ var (
}
errInvalidArgument = func() *probe.Error {
return probe.NewError(errors.New("Invalid arguments provided, cannot proceed.")).Untrace()
return probe.NewError(errors.New("Invalid arguments provided, cannot proceed")).Untrace()
}
errUnrecognizedDiffType = func(diff differType) *probe.Error {