Skip to content

Commit 02aecfa

Browse files
committed
1 parent e8f0589 commit 02aecfa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,8 @@ There is [a Go implementation of an older version of bsdiff called binarydist](h
8888

8989
Additionally, @mendsley has already done the extra work of rewriting the code to be embeddable in any application code as a library. So why not make use of cgo, which I was going to look into in more detail at some point anyways?
9090

91+
By now, there is also [TotallyGamerJet's purely Go implementation of bsdiff 4](https://github.com/TotallyGamerJet/bsdiff). It does not rely on cgo at all and may suit your use-case better.
92+
9193
## License
9294

9395
Just like bsdiff, this project is licensed under the 2-clause BSD license (or Simplified BSD license). You can check [LICENSE.txt](LICENSE.txt) for more information.

0 commit comments

Comments
 (0)