• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..12-Jan-2016-

testdata/H03-May-2022-

LicenseH A D12-Jan-20161 KiB2319

Readme.mdH A D12-Jan-2016246 85

bzip2.goH A D12-Jan-2016697 4130

common_test.goH A D12-Jan-20161.1 KiB9476

diff.goH A D12-Jan-20167 KiB409353

diff_test.goH A D12-Jan-20161.3 KiB6859

doc.goH A D12-Jan-2016761 258

encoding.goH A D12-Jan-20161.2 KiB5439

patch.goH A D12-Jan-20162.1 KiB11080

patch_test.goH A D12-Jan-20161.2 KiB6351

seek.goH A D12-Jan-2016774 4439

sort_test.goH A D12-Jan-2016510 3429

Readme.md

1# binarydist
2
3Package binarydist implements binary diff and patch as described on
4<http://www.daemonology.net/bsdiff/>. It reads and writes files
5compatible with the tools there.
6
7Documentation at <http://go.pkgdoc.org/github.com/kr/binarydist>.
8