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

Error with linter due to obsolete use of ioutil.WriteFile #48

Closed
knz opened this issue Sep 7, 2022 · 0 comments · Fixed by #49
Closed

Error with linter due to obsolete use of ioutil.WriteFile #48

knz opened this issue Sep 7, 2022 · 0 comments · Fixed by #49

Comments

@knz
Copy link

knz commented Sep 7, 2022

"io/ioutil" has been deprecated 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. See the specific function documentation for details. (SA1019)

kevinburke added a commit that referenced this issue Sep 7, 2022
Removes an import from the generated files.

Fixes #48.
kevinburke added a commit that referenced this issue Sep 7, 2022
Removes an import from the generated files.

Fixes #48.
kssion pushed a commit to kssion/go-bindata that referenced this issue Oct 17, 2022
Removes an import from the generated files.

Fixes kevinburke#48.
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 a pull request may close this issue.

1 participant