]> Cypherpunks.ru repositories - gostls13.git/commit
all: update references to symbols moved from io/ioutil to io
authorKimMachineGun <geon0250@gmail.com>
Sat, 3 Apr 2021 08:10:47 +0000 (08:10 +0000)
committerIan Lance Taylor <iant@golang.org>
Mon, 5 Apr 2021 17:51:15 +0000 (17:51 +0000)
commita040ebeb980d1a712509fa3d8073cf6ae16cbe78
tree5dbb3b41a6506cb0251e49a2bf83cccf3aa571c4
parent9abedf482752cac0a29c56804f7d34698aa044f2
all: update references to symbols moved from io/ioutil to io

Update references missed in CL 263142.

For #41190

Change-Id: I778760a6a69bd0440fec0848bdef539c9ccb4ee1
GitHub-Last-Rev: dda42b09fff36dc08ec1cdec50cc19e3da5058e5
GitHub-Pull-Request: golang/go#42874
Reviewed-on: https://go-review.googlesource.com/c/go/+/273946
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Trust: Cherry Zhang <cherryyz@google.com>
37 files changed:
misc/android/go_android_exec.go
misc/cgo/errors/badsym_test.go
misc/cgo/errors/errors_test.go
misc/cgo/errors/ptr_test.go
misc/cgo/life/life_test.go
misc/cgo/stdio/stdio_test.go
misc/cgo/test/issue1435.go
misc/cgo/test/pkg_test.go
misc/cgo/testcarchive/carchive_test.go
misc/cgo/testcarchive/testdata/libgo6/sigprof.go
misc/cgo/testcshared/cshared_test.go
misc/cgo/testgodefs/testgodefs_test.go
misc/cgo/testplugin/plugin_test.go
misc/cgo/testsanitizers/cc_test.go
misc/cgo/testsanitizers/cshared_test.go
misc/cgo/testsanitizers/testdata/tsan9.go
misc/cgo/testshared/shared_test.go
misc/cgo/testso/so_test.go
misc/cgo/testsovar/so_test.go
misc/ios/detect.go
misc/ios/go_ios_exec.go
misc/linkcheck/linkcheck.go
misc/reboot/experiment_toolid_test.go
misc/reboot/reboot_test.go
src/go/build/build.go
src/internal/execabs/execabs_test.go
src/net/http/fs_test.go
src/syscall/exec_windows_test.go
src/testing/fstest/testfs.go
test/bench/go1/gob_test.go
test/bench/go1/gzip_test.go
test/bench/go1/http_test.go
test/bench/go1/json_test.go
test/bench/go1/parser_test.go
test/bench/go1/revcomp_test.go
test/bench/go1/template_test.go
test/stress/runstress.go