chaos-mesh / chaosd

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

drop io/ioutil package. #264

Open zhanluxianshen opened 4 months ago

zhanluxianshen commented 4 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