diff options
Diffstat (limited to 'formats/packfile/doc.go')
-rw-r--r-- | formats/packfile/doc.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/formats/packfile/doc.go b/formats/packfile/doc.go index c79c180..0b173ca 100644 --- a/formats/packfile/doc.go +++ b/formats/packfile/doc.go @@ -1,6 +1,7 @@ -// Package packfile documentation: -/* +// Package packfile implements a encoder/decoder of packfile format +package packfile +/* GIT pack format =============== @@ -165,4 +166,3 @@ Pack file entry: <+ From: https://www.kernel.org/pub/software/scm/git/docs/v1.7.5/technical/pack-protocol.txt */ -package packfile |