We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bfba3a commit 94c964bCopy full SHA for 94c964b
doc.go
@@ -0,0 +1,8 @@
1
+/*
2
+ * Package bsdiff implements very high-level functionality to patch and diff two
3
+ * contents.
4
+ *
5
+ * This package relies on the bsdiff C code and hence requires cgo to be
6
+ * enabled.
7
+ */
8
+package bsdiff
0 commit comments