You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since Go 1.16, the io/ioutil package has been marked as deprecated. The functions provided by io/ioutil are now provided by io or os packages and now using these packages are preferred.
According to the release policy of Go project, Go <= 1.19 are already end of life.
So it would be better to use the io and os packages instead of the io/ioutil package.
Background
Since Go 1.16, the
io/ioutil
package has been marked as deprecated. The functions provided byio/ioutil
are now provided byio
oros
packages and now using these packages are preferred.According to the release policy of Go project, Go <= 1.19 are already end of life.
So it would be better to use the
io
andos
packages instead of theio/ioutil
package.Pull Request
#430
Test results
Please see workflow logs
The text was updated successfully, but these errors were encountered: