bogdanfinn / tls-client

net/http.Client like HTTP Client with options to select specific client TLS Fingerprints to use for requests.
BSD 4-Clause "Original" or "Old" License
670 stars 133 forks source link

replace `ioutil` with `io` #46

Closed justhyped closed 1 year ago

justhyped commented 1 year ago

the io/ioutil package has been deprecated since go1.16, this PR replaces it with the correct package.