parnurzeal / gorequest

GoRequest -- Simplified HTTP client ( inspired by nodejs SuperAgent )
http://parnurzeal.github.io/gorequest/
MIT License
3.44k stars 414 forks source link

Remove use of `ioutil` (deprecated) #281

Open YuanBLQ opened 8 months ago

YuanBLQ commented 8 months ago

All of ioutil functions was deprecated in Go versions 1.16 and 1.17. Functions were moved to package io and others were moved to package os.

Summary of changes: