decred / dcrtime

Decred anchored timestamp client, proxy, and server.
ISC License
28 stars 23 forks source link

Refactor code that uses deprecated ioutil package #87

Open tiagoalvesdulce opened 1 year ago

tiagoalvesdulce commented 1 year ago

Since Go 1.16 the ioutil package has been deprecated. The same functionality is now provided by package io or package os.