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

Replace deprecated ioutil pkg with os & io #454

Closed
wants to merge 1 commit into from

Commits on Jun 26, 2022

  1. Replace deprecated ioutil pkg with os & io

    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.
    
    So replacing all usage of ioutil pkg with io & os.
    abhinavnair committed Jun 26, 2022
    Copy the full SHA
    1658522 View commit details
    Browse the repository at this point in the history