]> Cypherpunks repositories - gostls13.git/commit
archive/zip: new package for reading ZIP files
authorAndrew Gerrand <adg@golang.org>
Thu, 30 Sep 2010 01:59:46 +0000 (11:59 +1000)
committerAndrew Gerrand <adg@golang.org>
Thu, 30 Sep 2010 01:59:46 +0000 (11:59 +1000)
commita00b98ec3f181c2e1940bdb312615024c17d75ef
treeaca6330c345797567022accb91e49e8eac7c5749
parentfdb9e68c4e0f79f46daf36cb2fb57841ef4b91f7
archive/zip: new package for reading ZIP files

R=rsc
CC=golang-dev
https://golang.org/cl/2125042
src/pkg/Makefile
src/pkg/archive/zip/Makefile [new file with mode: 0644]
src/pkg/archive/zip/reader.go [new file with mode: 0644]
src/pkg/archive/zip/reader_test.go [new file with mode: 0644]
src/pkg/archive/zip/struct.go [new file with mode: 0644]
src/pkg/archive/zip/testdata/gophercolor16x16.png [new file with mode: 0644]
src/pkg/archive/zip/testdata/r.zip [new file with mode: 0644]
src/pkg/archive/zip/testdata/readme.notzip [new file with mode: 0644]
src/pkg/archive/zip/testdata/readme.zip [new file with mode: 0644]
src/pkg/archive/zip/testdata/test.zip [new file with mode: 0644]