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

remove io/ioutil #910

Closed
wants to merge 1 commit into from
Closed

remove io/ioutil #910

wants to merge 1 commit into from

Conversation

mpldr
Copy link
Contributor

@mpldr mpldr commented Oct 25, 2023

Since ioutil has been deprecated, replace the calls to ioutil with the functions that are now called anyways.

Since ioutil has been deprecated, replace the calls to ioutil with the
functions that are now called anyways.
@pelletier
Copy link
Owner

Thank you for taking the time to make this change! I'm not keen on removing those deprecated imports yet, see #898 (comment). Essentially I think changing those imports will be worth it either in case of a new major version of go-toml, or when Go actually removes them, whichever comes first.

@pelletier pelletier closed this Oct 26, 2023
@mpldr
Copy link
Contributor Author

mpldr commented Oct 26, 2023

Ironically, this is now done in #911 anyways :D

@pelletier
Copy link
Owner

I have no problem updating the imports in the program that generates tests :)

@mpldr
Copy link
Contributor Author

mpldr commented Oct 26, 2023

I mean, only one of them was in an imported package anyways. The rest was in tests or main packages.

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

Successfully merging this pull request may close these issues.

2 participants