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

replace depricated io/ioutil #37466

Open
1 of 5 tasks
blue-troy opened this issue Dec 20, 2023 · 2 comments · May be fixed by #37467
Open
1 of 5 tasks

replace depricated io/ioutil #37466

blue-troy opened this issue Dec 20, 2023 · 2 comments · May be fixed by #37467
Labels
needs_team Indicates that the issue/PR needs a Team:* label Stalled

Comments

@blue-troy
Copy link

Proposed commit message

As of Go 1.16, the same functionality is now provided by package io or package os, and those implementations should be preferred. Successor functionality in io or os is more performant than the deprecated functionality in io/ioutil.

Checklist

  • My code follows the style guidelines of this project
  • I have made corresponding changes to the documentation
  • I have made corresponding change to the default configuration files
  • I have added tests that prove my fix is effective or that my feature works
  • I have added an entry in CHANGELOG.next.asciidoc or CHANGELOG-developer.next.asciidoc.
@botelastic botelastic bot added the needs_team Indicates that the issue/PR needs a Team:* label label Dec 20, 2023
@botelastic
Copy link

botelastic bot commented Dec 20, 2023

This issue doesn't have a Team:<team> label.

@blue-troy blue-troy linked a pull request Dec 20, 2023 that will close this issue
5 tasks
@botelastic
Copy link

botelastic bot commented Dec 19, 2024

Hi!
We just realized that we haven't looked into this issue in a while. We're sorry!

We're labeling this issue as Stale to make it hit our filters and make sure we get back to it as soon as possible. In the meantime, it'd be extremely helpful if you could take a look at it as well and confirm its relevance. A simple comment with a nice emoji will be enough :+1.
Thank you for your contribution!

@botelastic botelastic bot added the Stalled label Dec 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs_team Indicates that the issue/PR needs a Team:* label Stalled
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant