steinfletcher / apitest

A simple and extensible behavioural testing library for Go. You can use api test to simplify REST API, HTTP handler and e2e tests.
https://apitest.dev
MIT License
778 stars 55 forks source link

Refactoring: Remove io/ioutil package (remove deprecated method). #141

Closed nao1215 closed 11 months ago

nao1215 commented 11 months ago

This PR is aimed at refactoring and does not include any functional changes.

The io/ioutil package has been deprecated since Go 1.16. I have refactored the code to use alternative methods provided, in accordance with the deprecation.

nao1215 commented 11 months ago

I decided to fork apitest and proceed with the development. Sorry to be so one-sided, but I am closing this.