Skip to content

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