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 usage with equivalents #77

Merged
merged 1 commit into from
Dec 16, 2023
Merged

Replace deprecated ioutil usage with equivalents #77

merged 1 commit into from
Dec 16, 2023

Conversation

jparise
Copy link
Collaborator

@jparise jparise commented Dec 16, 2023

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.

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.
@jparise jparise merged commit 5d223ac into main Dec 16, 2023
7 checks passed
@jparise jparise deleted the ioutil branch December 16, 2023 17:31
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.

1 participant