Skip to content

Commit 94c964b

Browse files
committed
Add package doc.
1 parent 7bfba3a commit 94c964b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

doc.go

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)