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

Replaced deprecated io/ioutil package with proper implementations of … #785

Merged

Conversation

zachary-walters
Copy link
Contributor

…io/os packages.

As of Go v1.16, the io/ioutil package has been deprecated and replaced with io and os implementations. https://go.dev/doc/go1.16#ioutil

…io/os packages.

As of Go v1.16, the io/ioutil package has been deprecated and replaced with io and os implementations.
https://go.dev/doc/go1.16#ioutil
@WGH-
Copy link
Collaborator

WGH- commented Oct 16, 2023

I don't think these deprecated aliases will go away any time before Go 2 (so never), but it's a good idea to clean up the code from time to time nevertheless. Thanks!

@WGH- WGH- merged commit c853cea into gocolly:master Oct 16, 2023
7 checks passed
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.

None yet

2 participants