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

Update ioutil to io or os #375

Closed
shahzadlone opened this issue Apr 26, 2022 · 1 comment · Fixed by #376
Closed

Update ioutil to io or os #375

shahzadlone opened this issue Apr 26, 2022 · 1 comment · Fixed by #376
Assignees
Labels
code quality Related to improving code quality
Milestone

Comments

@shahzadlone
Copy link
Member

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.
@shahzadlone shahzadlone added the code quality Related to improving code quality label Apr 26, 2022
@shahzadlone shahzadlone added this to the DefraDB v0.3 milestone Apr 26, 2022
@shahzadlone shahzadlone self-assigned this Apr 26, 2022
@jsimnz
Copy link
Member

jsimnz commented Apr 26, 2022

Theres a number of places this got updated in the codeabase but not all, thanks for tracking it down

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

Successfully merging a pull request may close this issue.

2 participants