Get out of io/ioutil
module because it is deprecated
#4828
Labels
type/chore
Something that needs to be done; not a bug or a feature
I was working on #4817, and got bunch of lint error about
io/ioutil
is deprecated. I tried to fixed some while upgrading to Go 1.19, but there are just too many violations, so I will ignore https://staticcheck.io/docs/checks#SA1019 for now ingolangci.yml
, and come back to it later on.https://pkg.go.dev/io/ioutil has info on which package to migrate to.
The text was updated successfully, but these errors were encountered: