nandlabs / golly

golly is a open source library for go
MIT License
2 stars 0 forks source link

[DEPRECATED] "io/ioutil" #30

Closed nandagopalan closed 3 weeks ago

nandagopalan commented 3 weeks ago

The go docs states that

"As of Go 1.16, the same functionality is now provided by package io or package os, and those implementations should be preferred in new code. See the specific function documentation for details."

Update references of this package to the recommended alternatives.

nandagopalan commented 3 weeks ago

The following are the source files with this package

nandagopalan commented 3 weeks ago

Completed in #32