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

Drop ioutil package. #170

Merged
merged 1 commit into from
Jul 1, 2024
Merged

Drop ioutil package. #170

merged 1 commit into from
Jul 1, 2024

Conversation

zhanluxianshen
Copy link

Describe what this PR does / why we need it

Drop ioutil package.
As it is deprecation , and can be replaced well.

Deprecated: As of 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), 
and those implementations should be preferred in new code

Does this pull request fix one issue?

Describe how you did it

Describe how to verify it

Special notes for reviews

Signed-off-by: zhanluxianshen <[email protected]>
@MandssS MandssS added this to the v1.7.4 milestone Jul 1, 2024
@MandssS MandssS merged commit 92ad053 into chaosblade-io:master Jul 1, 2024
1 check passed
@zhanluxianshen zhanluxianshen deleted the drop-ioutil branch July 1, 2024 14:42
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