1
0
mirror of https://github.com/golang/go synced 2024-10-07 01:21:21 -06:00
go/src/pkg/archive/zip
Andrew Gerrand 04868b28ac archive/zip: hide Write method from *Writer type
This was an implementation detail that snuck into the public interface.
*Writer.Create gives you an io.Writer, the *Writer itself was never
meant to be written to.

R=golang-dev, dsymonds, r
CC=golang-dev
https://golang.org/cl/5654076
2012-02-14 10:47:48 +11:00
..
testdata archive/zip: support full range of FileMode flags 2012-02-06 11:58:32 -02:00
reader_test.go archive/zip: support full range of FileMode flags 2012-02-06 11:58:32 -02:00
reader.go archive/zip: tweak API and docs. 2012-02-08 14:34:40 +11:00
struct.go archive/zip: support full range of FileMode flags 2012-02-06 11:58:32 -02:00
writer_test.go archive/zip: support full range of FileMode flags 2012-02-06 11:58:32 -02:00
writer.go archive/zip: hide Write method from *Writer type 2012-02-14 10:47:48 +11:00
zip_test.go os: turn FileStat.Sys into a method on FileInfo 2012-02-03 00:16:18 -02:00