btcsuite / btcd

An alternative full node bitcoin implementation written in Go (golang)
https://github.com/btcsuite/btcd/blob/master/README.md
ISC License
6.1k stars 2.31k forks source link

Deprecated function ioutil #2132

Closed theedtron closed 3 months ago

theedtron commented 3 months ago

ioutil package is deprecates as of go version 1.16. Update input/output functions to use io or os packages

theedtron commented 3 months ago

Created a pull request for this https://github.com/btcsuite/btcd/pull/2133