cloudevents / sdk-go

Go SDK for CloudEvents
https://cloudevents.github.io/sdk-go/
Apache License 2.0
839 stars 223 forks source link

remove the usage of deprecated ioutil functions #921

Closed yanmxa closed 1 year ago

yanmxa commented 1 year ago

With the two proposals (https://github.com/golang/go/issues/42026 and https://github.com/golang/go/issues/40025) has accepted, the package io/ioutil will be deprecated and new code is encouraged to use the respective implementations in the packages io and os.

Ref: https://github.com/search?q=repo%3Acloudevents%2Fsdk-go%20io%2Fioutil&type=code

duglin commented 1 year ago

want to submit a PR? :-)