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 with os #46

Merged
merged 1 commit into from
Mar 31, 2024
Merged

Replace deprecated ioutil with os #46

merged 1 commit into from
Mar 31, 2024

Conversation

ksw2000
Copy link
Contributor

@ksw2000 ksw2000 commented Mar 31, 2024

ioutil has been deprecated in Go 1.16. The same functionality is now provided by package io or package os.

I replaced deprecated ioutil with package os.

@mattn mattn merged commit 5f57065 into mattn:master Mar 31, 2024
1 check passed
@mattn
Copy link
Owner

mattn commented Mar 31, 2024

Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants