gosnowflake icon indicating copy to clipboard operation
gosnowflake copied to clipboard

deprecate: ioutil

Open sivchari opened this issue 3 years ago • 0 comments

Description

Since Go1.16, ioutil is deprecated. So I replaced this to os or io.

Checklist

  • [x] Code compiles correctly
  • [x] Run make fmt to fix inconsistent formats
  • [x] Run make lint to 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

sivchari avatar Sep 06 '22 02:09 sivchari