h2non / gock

HTTP traffic mocking and testing made easy in Go ༼ʘ̚ل͜ʘ̚༽
https://pkg.go.dev/github.com/h2non/gock
MIT License
2.04k stars 106 forks source link

Replace deprecated `ioutil` package with `os` and `io` #108

Open hlcfan opened 1 year ago

hlcfan commented 1 year ago

According to

ioutil is deprecated, io and os packages should be used instead.