nandlabs / golly

golly is a open source library for go
https://golly.nandlabs.io
MIT License
19 stars 2 forks source link

[DEPRECATED] "io/ioutil" #30

Closed nandagopalan closed 7 months ago

nandagopalan commented 7 months 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 7 months ago

The following are the source files with this package

nandagopalan commented 7 months ago

Completed in #32