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

migrate the ioutil package #148

Merged
merged 1 commit into from
Dec 5, 2021
Merged

migrate the ioutil package #148

merged 1 commit into from
Dec 5, 2021

Conversation

shogo82148
Copy link
Owner

goagen still generate the code that uses the io/ioutil package.
this pull request removes it.

https://pkg.go.dev/io/ioutil

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. See the specific function documentation for details.

@shogo82148 shogo82148 merged commit b48e0c2 into main Dec 5, 2021
@shogo82148 shogo82148 deleted the migrate-ioutil branch December 5, 2021 05:44
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