Skip to content
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

[proposal] replace ioutil with preferred packages. #431

Closed
FomalhautWeisszwerg opened this issue May 3, 2024 · 1 comment
Closed

[proposal] replace ioutil with preferred packages. #431

FomalhautWeisszwerg opened this issue May 3, 2024 · 1 comment

Comments

@FomalhautWeisszwerg
Copy link
Contributor

Background

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.

Pull Request

#430

Test results

Please see workflow logs

@FomalhautWeisszwerg
Copy link
Contributor Author

PR #430 was merged.

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant