gosnowflake
gosnowflake copied to clipboard
deprecate: ioutil
Description
Since Go1.16, ioutil is deprecated. So I replaced this to os or io.
Checklist
- [x] Code compiles correctly
- [x] Run
make fmtto fix inconsistent formats - [x] Run
make lintto get lint errors and fix all of them - [x] Created tests which fail without the change (if possible)
- [x] All tests passing
- [x] Extended the README / documentation, if necessary