rss2email
rss2email copied to clipboard
Resolved all depreciation warnings relating to the ioutil package.
This pull-request updates all our code to remove references to the methods in the depreciated io/ioutil package, updating them to use similar methods in either io. or os. packages instead.