diff options
author | Máximo Cuadros <mcuadros@gmail.com> | 2015-10-25 20:30:36 +0100 |
---|---|---|
committer | Máximo Cuadros <mcuadros@gmail.com> | 2015-10-25 20:30:36 +0100 |
commit | 9a44cd8ccff143a112436c38bfe5581e74b68f07 (patch) | |
tree | f4d2f38cc61647bf159a7c870913e6f6b60828b2 /formats/packfile/doc.go | |
parent | be69a505926451bf10450ac68d40265a6f43e150 (diff) | |
download | go-git-9a44cd8ccff143a112436c38bfe5581e74b68f07.tar.gz |
formats/packfile: new reader API
Diffstat (limited to 'formats/packfile/doc.go')
-rw-r--r-- | formats/packfile/doc.go | 3 |
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 // =============== // |