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 … #1478

Conversation

zachary-walters
Copy link

…io/os packages.

Summary

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

Changes

Motivation

These changes make using io packages easier to understand and maintain, and they future proof the codebase by replacing deprecated packages with maintained ones.

…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
@dolmen
Copy link
Collaborator

dolmen commented Oct 4, 2023

Duplicate of #1407.

@dolmen dolmen added internal/refactor Refactor internals with no external visible changes rejected/duplicate labels Oct 10, 2023
@dolmen dolmen closed this Oct 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
internal/refactor Refactor internals with no external visible changes rejected/duplicate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants