summaryrefslogtreecommitdiff
path: root/src/pkg/archive/zip/struct.go
diff options
context:
space:
mode:
authorOndřej Surý <ondrej@sury.org>2011-02-18 09:50:58 +0100
committerOndřej Surý <ondrej@sury.org>2011-02-18 09:53:27 +0100
commit91664defe0a75da15661a37a7f585b0c8523bf4e (patch)
tree8d7133037ce477c00ba0408d3f0892e0a8b5744d /src/pkg/archive/zip/struct.go
parentac2d3c9eb73a2d23848c55c3171d8ff6dd0feed9 (diff)
downloadgolang-91664defe0a75da15661a37a7f585b0c8523bf4e.tar.gz
Imported Upstream version 2011.02.15
Diffstat (limited to 'src/pkg/archive/zip/struct.go')
-rw-r--r--src/pkg/archive/zip/struct.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pkg/archive/zip/struct.go b/src/pkg/archive/zip/struct.go
index 8a8c727d4..bfe0aae2e 100644
--- a/src/pkg/archive/zip/struct.go
+++ b/src/pkg/archive/zip/struct.go
@@ -4,6 +4,7 @@ const (
fileHeaderSignature = 0x04034b50
directoryHeaderSignature = 0x02014b50
directoryEndSignature = 0x06054b50
+ dataDescriptorLen = 12
)
type FileHeader struct {