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

fix ioutil deprecated function #2133

Closed theedtron closed 3 months ago

theedtron commented 3 months ago

update i/o functions to use os / io package functions instead

kcalvinalvin commented 3 months ago

ack aa7cb9fa226e4356c2eb8a8dc4fe380725550d61

coveralls commented 3 months ago

Pull Request Test Coverage Report for Build 8202809392

Details


Changes Missing Coverage Covered Lines Changed/Added Lines %
rpcserver.go 0 2 0.0%
<!-- Total: 0 2 0.0% -->
Files with Coverage Reduction New Missed Lines %
mempool/mempool.go 1 66.84%
peer/peer.go 5 73.49%
<!-- Total: 6 -->
Totals Coverage Status
Change from base Build 8160957537: -0.01%
Covered Lines: 29281
Relevant Lines: 51599

💛 - Coveralls