Categorygithub.com/kr/binarydist
modulepackage
0.1.0
Repository: https://github.com/kr/binarydist.git
Documentation: pkg.go.dev

# README

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.

# Functions

Diff computes the difference between old and new, according to the bsdiff algorithm, and writes the result to patch.
Patch applies patch to old, according to the bspatch algorithm, and writes the result to new.

# Variables