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. |
||
|---|---|---|
| .. | ||
| mailer.go | ||
| mailer_test.go | ||
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. |
||
|---|---|---|
| .. | ||
| mailer.go | ||
| mailer_test.go | ||