1
0
mirror of https://github.com/golang/go synced 2024-10-07 05:11:22 -06:00
go/src/pkg/archive
Jeremy Jackins b9e423eff3 archive/tar: fix inconsistent namespace usage in example
This fixes some example code in the tar package documentation, which
first refers to tar.NewWriter and then to Header, which is inconsistent
because NewWriter and Header are both in the tar namespace.

R=golang-dev, dsymonds
CC=golang-dev
https://golang.org/cl/6595050
2012-10-02 08:10:42 +10:00
..
tar archive/tar: fix inconsistent namespace usage in example 2012-10-02 08:10:42 +10:00
zip archive/zip: zip64 support 2012-08-22 11:05:24 +10:00