aboutsummaryrefslogtreecommitdiff
path: root/zsig
diff options
context:
space:
mode:
Diffstat (limited to 'zsig')
-rw-r--r--zsig/zsig.go5
1 files changed, 0 insertions, 5 deletions
diff --git a/zsig/zsig.go b/zsig/zsig.go
index 13b9731..ae2eb01 100644
--- a/zsig/zsig.go
+++ b/zsig/zsig.go
@@ -26,11 +26,6 @@ const BlockSz = 65536
var fake = []byte{gzipID1, gzipID2, gzipDeflate, flagComment, 0, 0, 0, 0, 0, 3}
-// Roadmap
-// Parse gzip header (see rfc1952)
-// range over content and calculate sha512/256
-// consider io.LimitReader ?
-
type Header struct {
Comment string
Extra []byte