decred / dcrctl

Command-line client for interacting with the JSON-RPC servers of dcrd and dcrwallet
https://decred.org
ISC License
3 stars 18 forks source link

multi: Don't use deprecated ioutil package. #53

Closed davecgh closed 1 year ago

davecgh commented 1 year ago

As of go 1.16, the "io/ioutil" package is deprecated. All functionality from "io/ioutil" has been moved to either the "io" or "os" packages.