diff options
author | Máximo Cuadros <mcuadros@gmail.com> | 2016-09-01 01:31:58 +0200 |
---|---|---|
committer | Máximo Cuadros <mcuadros@gmail.com> | 2016-09-01 01:31:58 +0200 |
commit | ad9456267524e08efcf4486cadfb6cef8d182677 (patch) | |
tree | 75ef4e32832eb1442b788ba85ca5df0d16dd8f3f /formats/packfile/doc.go | |
parent | 2ca4ab90ec5d4c430ac891a4edd5014d7043d539 (diff) | |
download | go-git-ad9456267524e08efcf4486cadfb6cef8d182677.tar.gz |
doc packages
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 |