Skip to content

Get out of io/ioutil module because it is deprecated #4828

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
alvinlin123 opened this issue Aug 12, 2022 · 2 comments
Closed

Get out of io/ioutil module because it is deprecated #4828

alvinlin123 opened this issue Aug 12, 2022 · 2 comments
Labels
type/chore Something that needs to be done; not a bug or a feature

Comments

@alvinlin123
Copy link
Contributor

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 in golangci.yml, and come back to it later on.

https://pkg.go.dev/io/ioutil has info on which package to migrate to.

@alvinlin123 alvinlin123 added the type/chore Something that needs to be done; not a bug or a feature label Aug 12, 2022
@yeya24
Copy link
Contributor

yeya24 commented Sep 19, 2022

As #4851 has been merged, are we ready to close this now?

@alvinlin123
Copy link
Contributor Author

Argh, yes we should. I forgot to close it. Thanks for the reminder.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/chore Something that needs to be done; not a bug or a feature
Projects
None yet
Development

No branches or pull requests

2 participants