1
0
mirror of https://github.com/golang/go synced 2024-10-07 05:21:22 -06:00
go/src/pkg/archive
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
..
tar build: remove Make.pkg, Make.tool 2012-01-30 23:43:46 -05:00
zip archive/zip: hide Write method from *Writer type 2012-02-14 10:47:48 +11:00