Problem to be solved
The ioutil
package is deprecated and all functionality is now provided by the io
package.
Proposed Solution
Refactor usages of ioutil
to io
.
I have updated some of the functions, not all. Glad if someone can help me with this. It is a "good first contribution"