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 calls to deprecated ioutil package. #109

Merged
merged 2 commits into from
Nov 4, 2024
Merged

Conversation

nickcorin
Copy link
Contributor

@nickcorin nickcorin commented Nov 4, 2024

The ioutil package was deprecated with the release of Go 1.16.

I've removed calls to the old package and replaced them with their counterparts. There shouldn't be any change in behaviour, as I think the calls were internally mapped already.

This does remove some annoying LSP warnings though.

@nickcorin nickcorin changed the title Replace ioutil Remove calls to deprecated ioutil package. Nov 4, 2024
@rs rs merged commit 3f489c4 into rs:master Nov 4, 2024
8 checks passed
@nickcorin nickcorin deleted the replace-ioutil branch December 12, 2024 11:10
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