]> Cypherpunks repositories - gostls13.git/commit
archive/zip: add Writer
authorAndrew Gerrand <adg@golang.org>
Sun, 10 Jul 2011 01:30:16 +0000 (11:30 +1000)
committerAndrew Gerrand <adg@golang.org>
Sun, 10 Jul 2011 01:30:16 +0000 (11:30 +1000)
commit4d47600f467da4852119298ac90ca3dabee614c3
tree8e709efb6359ab45ad963fc12ed9e8338889e8b6
parente45b3213cd6e8d7f983b63edd1785b12e7ce66ec
archive/zip: add Writer

R=bradfitz, dchest, r, rsc
CC=golang-dev
https://golang.org/cl/4523077
src/pkg/archive/zip/Makefile
src/pkg/archive/zip/reader.go
src/pkg/archive/zip/struct.go
src/pkg/archive/zip/writer.go [new file with mode: 0644]
src/pkg/archive/zip/writer_test.go [new file with mode: 0644]