1
0
mirror of https://github.com/golang/go synced 2024-11-26 09:38:10 -07:00
go/src/archive/tar
Russ Cox 1b09d43067 all: update references to symbols moved from io/ioutil to io
The old ioutil references are still valid, but update our code
to reflect best practices and get used to the new locations.

Code compiled with the bootstrap toolchain
(cmd/asm, cmd/dist, cmd/compile, debug/elf)
must remain Go 1.4-compatible and is excluded.
Also excluded vendored code.

For #41190.

Change-Id: I6d86f2bf7bc37a9d904b6cee3fe0c7af6d94d5b1
Reviewed-on: https://go-review.googlesource.com/c/go/+/263142
Trust: Russ Cox <rsc@golang.org>
Run-TryBot: Russ Cox <rsc@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Emmanuel Odeke <emm.odeke@gmail.com>
2020-10-20 18:41:18 +00:00
..
testdata
common.go
example_test.go
format.go
reader_test.go all: update references to symbols moved from io/ioutil to io 2020-10-20 18:41:18 +00:00
reader.go all: update references to symbols moved from io/ioutil to io 2020-10-20 18:41:18 +00:00
stat_actime1.go
stat_actime2.go
stat_unix.go
strconv_test.go
strconv.go
tar_test.go all: update references to symbols moved from io/ioutil to io 2020-10-20 18:41:18 +00:00
writer_test.go
writer.go