boulder/mail
Aaron Gable 9c197e1f43
Use io and os instead of deprecated ioutil (#6286)
The iotuil package has been deprecated since go1.16; the various
functions it provided now exist in the os and io packages. Replace all
instances of ioutil with either io or os, as appropriate.
2022-08-10 13:30:17 -07:00
..
mailer.go expiration-mailer: don't re-attempt bad addresses (#6246) 2022-07-25 13:20:17 -07:00
mailer_test.go Use io and os instead of deprecated ioutil (#6286) 2022-08-10 13:30:17 -07:00