rogpeppe / go-internal

Selected Go-internal packages factored out from the standard library
BSD 3-Clause "New" or "Revised" License
823 stars 67 forks source link

all: Move away from ioutil #248

Closed abhinav closed 3 months ago

abhinav commented 4 months ago

It's been a while since io/ioutil has been deprecated. Go 1.22 was just released, and the go.mod specifies 'go 1.20'. This should be safe to remove at this point.

The change was largely automated, minus the t.TempDir() calls inside test files, which was done manually.