aboutsummaryrefslogtreecommitdiffstats
path: root/formats/packfile/doc.go
diff options
context:
space:
mode:
authorMáximo Cuadros <mcuadros@gmail.com>2015-10-25 20:30:36 +0100
committerMáximo Cuadros <mcuadros@gmail.com>2015-10-25 20:30:36 +0100
commit9a44cd8ccff143a112436c38bfe5581e74b68f07 (patch)
treef4d2f38cc61647bf159a7c870913e6f6b60828b2 /formats/packfile/doc.go
parentbe69a505926451bf10450ac68d40265a6f43e150 (diff)
downloadgo-git-9a44cd8ccff143a112436c38bfe5581e74b68f07.tar.gz
formats/packfile: new reader API
Diffstat (limited to 'formats/packfile/doc.go')
-rw-r--r--formats/packfile/doc.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/formats/packfile/doc.go b/formats/packfile/doc.go
index 1fc28da..cb3f542 100644
--- a/formats/packfile/doc.go
+++ b/formats/packfile/doc.go
@@ -1,8 +1,5 @@
package packfile
-// Code from:
-// https://github.com/gitchain/gitchain/tree/master/git @ 4c2fabdf9
-//
// GIT pack format
// ===============
//