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 ioutil #18222

Merged
merged 2 commits into from Jan 10, 2022
Merged

Remove ioutil #18222

merged 2 commits into from Jan 10, 2022

Commits on Jan 9, 2022

  1. Remove ioutil

    - Don't use `ioutil` package anymore as it doesn't anything special
    anymore since Go 1.16:
    
    ```
    // As of Go 1.16, the same functionality is now provided
    // by package io or package os, and those implementations
    // should be preferred in new code.
    ```
    Gusted committed Jan 9, 2022
    Copy the full SHA
    68821e4 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2022

  1. Copy the full SHA
    128f00a View commit details
    Browse the repository at this point in the history