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 package #139

Closed
wants to merge 1 commit into from

Conversation

ksw2000
Copy link
Contributor

@ksw2000 ksw2000 commented Apr 3, 2024

ioutil has been deprecated in Go 1.16. The same functionality is now provided by package io or package os.

`ioutil` has been deprecated in Go 1.16. The same functionality is now provided by package [io](https://pkg.go.dev/io) or package [os](https://pkg.go.dev/os).
@chewxy
Copy link
Member

chewxy commented Apr 4, 2024

LGTM. Let me know if this is not merged within a day.

@ksw2000
Copy link
Contributor Author

ksw2000 commented Apr 4, 2024

Does this package have to be compatible with environments older than go1.18?

image

image

@ksw2000
Copy link
Contributor Author

ksw2000 commented Apr 5, 2024

LGTM. Let me know if this is not merged within a day.

@chewxy Hello

@chewxy
Copy link
Member

chewxy commented Apr 8, 2024

v0.9.0xxxx, yes.

@ksw2000 ksw2000 closed this Apr 11, 2024
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.

2 participants