dutchcoders / transfer.sh

Easy and fast file sharing from the command-line.
https://github.com/dutchcoders/transfer.sh
MIT License
15.08k stars 1.54k forks source link

deps: remove ioutil package #583

Closed ginglis13 closed 8 months ago

ginglis13 commented 8 months ago

ioutil has been deprecated since Go 1.16: https://pkg.go.dev/io/ioutil

stefanbenten commented 8 months ago

Thank you for the contribution @ginglis13 !