1
0
mirror of https://github.com/golang/go synced 2024-11-20 05:44:44 -07:00
go/src/pkg/archive/tar
Evan Shaw 4db3a166b2 archive/tar: Make Reader and Writer more closely follow io.Reader and io.Writer interfaces
There's no functional change here. io gives the Read and Write methods byte slice arguments, but tar called them uint8. It's the same thing, but I think this is clearer and it matches what other packages do.

R=rsc
CC=golang-dev
https://golang.org/cl/157099
2009-11-19 20:43:30 -08:00
..
testdata Add write support for the GNU tar binary numeric field extension. 2009-10-05 04:08:24 -07:00
common.go - replaced gofmt expression formatting algorithm with 2009-11-09 21:09:34 -08:00
Makefile convert non-low-level non-google pkg code 2009-08-12 13:19:17 -07:00
reader_test.go remove semis after statements in one-statement statement lists 2009-11-09 12:07:39 -08:00
reader.go archive/tar: Make Reader and Writer more closely follow io.Reader and io.Writer interfaces 2009-11-19 20:43:30 -08:00
writer_test.go - replaced gofmt expression formatting algorithm with 2009-11-09 21:09:34 -08:00
writer.go archive/tar: Make Reader and Writer more closely follow io.Reader and io.Writer interfaces 2009-11-19 20:43:30 -08:00