1
0
mirror of https://github.com/golang/go synced 2024-10-04 17:21:20 -06:00
go/src/pkg/archive/tar
Rob Pike 5cd8c83037 FileInfo: regularize the types of some fields.
Uid, Gid become int.
File size info becomes int64.
Times become int64.

R=rsc, cw
CC=golang-dev
https://golang.org/cl/968042
2010-04-22 14:01:33 -07:00
..
testdata Add write support for the GNU tar binary numeric field extension. 2009-10-05 04:08:24 -07:00
common.go FileInfo: regularize the types of some fields. 2010-04-22 14:01:33 -07:00
Makefile go: makes it build for the case $GOROOT has whitespaces 2009-11-23 17:32:51 -08:00
reader_test.go gofmt: experiment: align values in map composites where possible 2010-03-02 13:46:51 -08:00
reader.go FileInfo: regularize the types of some fields. 2010-04-22 14:01:33 -07:00
writer_test.go gofmt: experiment: align values in map composites where possible 2010-03-02 13:46:51 -08:00
writer.go FileInfo: regularize the types of some fields. 2010-04-22 14:01:33 -07:00