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

chore: remove use of io/ioutil #1421

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Commits on Oct 12, 2024

  1. chore: remove use of io/ioutil

    Removes the use of `io/ioutil`.
    
    As of Go 1.16, the same functionality is now provided by package `io` or package `os`, and those implementations are preferred in new code.
    
    Signed-off-by: Ryan Johnson <[email protected]>
    tenthirtyam committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    9120fe1 View commit details
    Browse the repository at this point in the history