chaos-mesh / chaosd

A Chaos Engineering toolkit.
Apache License 2.0
136 stars 63 forks source link

drop io/ioutil package. #264

Closed zhanluxianshen closed 2 months ago

zhanluxianshen commented 7 months ago

/kind cleanup

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