minio/vendor/github.com/inconshreveable/go-update/internal/binarydist
Harshavardhana eb7c690ea9 Support in-place upgrades of new minio binary and releases. (#4961)
This PR allows 'minio update' to not only shows update banner
but also allows for in-place upgrades.

Updates are done safely by validating the downloaded
sha256 of the binary.

Fixes #4781
2017-12-15 12:33:42 -08:00
..
License Support in-place upgrades of new minio binary and releases. (#4961) 2017-12-15 12:33:42 -08:00
Readme.md Support in-place upgrades of new minio binary and releases. (#4961) 2017-12-15 12:33:42 -08:00
bzip2.go Support in-place upgrades of new minio binary and releases. (#4961) 2017-12-15 12:33:42 -08:00
diff.go Support in-place upgrades of new minio binary and releases. (#4961) 2017-12-15 12:33:42 -08:00
doc.go Support in-place upgrades of new minio binary and releases. (#4961) 2017-12-15 12:33:42 -08:00
encoding.go Support in-place upgrades of new minio binary and releases. (#4961) 2017-12-15 12:33:42 -08:00
patch.go Support in-place upgrades of new minio binary and releases. (#4961) 2017-12-15 12:33:42 -08:00
seek.go Support in-place upgrades of new minio binary and releases. (#4961) 2017-12-15 12:33:42 -08:00

Readme.md

binarydist

Package binarydist implements binary diff and patch as described on http://www.daemonology.net/bsdiff/. It reads and writes files compatible with the tools there.

Documentation at http://go.pkgdoc.org/github.com/kr/binarydist.