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/idxfile | |
parent | 2ca4ab90ec5d4c430ac891a4edd5014d7043d539 (diff) | |
download | go-git-ad9456267524e08efcf4486cadfb6cef8d182677.tar.gz |
doc packages
Diffstat (limited to 'formats/idxfile')
-rw-r--r-- | formats/idxfile/doc.go | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/formats/idxfile/doc.go b/formats/idxfile/doc.go index 74149ab..8a76853 100644 --- a/formats/idxfile/doc.go +++ b/formats/idxfile/doc.go @@ -1,3 +1,6 @@ +// Package idxfile implements a encoder/decoder of idx files +package idxfile + /* == Original (version 1) pack-*.idx files have the following format: @@ -127,4 +130,3 @@ Pack file entry: <+ From: https://www.kernel.org/pub/software/scm/git/docs/v1.7.5/technical/pack-protocol.txt */ -package idxfile |