From ad9456267524e08efcf4486cadfb6cef8d182677 Mon Sep 17 00:00:00 2001 From: Máximo Cuadros Date: Thu, 1 Sep 2016 01:31:58 +0200 Subject: doc packages --- formats/packfile/doc.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'formats/packfile') 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 -- cgit