Skip to content

Commit ef3359a

Browse files
committed
Add a package-level documentation comment
1 parent 37fcc9a commit ef3359a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

gitdiff/parser.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Package gitdiff parses and applies patches generated by Git. It supports
2+
// line-oriented text patches, binary patches, and can also parse standard
3+
// unified diffs generated by other tools.
14
package gitdiff
25

36
import (

0 commit comments

Comments
 (0)