mirror of
https://github.com/golang/go
synced 2024-11-20 05:44:44 -07:00
4db3a166b2
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 |
||
---|---|---|
.. | ||
testdata | ||
common.go | ||
Makefile | ||
reader_test.go | ||
reader.go | ||
writer_test.go | ||
writer.go |