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 usage of deprecated io/ioutil library #1292

Open
amidam opened this issue May 13, 2024 · 1 comment
Open

Update usage of deprecated io/ioutil library #1292

amidam opened this issue May 13, 2024 · 1 comment

Comments

@amidam
Copy link
Contributor

amidam commented May 13, 2024

What would you like?

I noticed that the project is still using the deprecated io/ioutil library in some parts of the codebase. Since io/ioutil has been deprecated in Go 1.16, it's recommended to update the code to use the newer io package instead.

I propose updating the affected parts of the codebase to use the io package for improved compatibility with future versions of Go.

@peterbourgon
Copy link
Member

Go for it.

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

No branches or pull requests

2 participants