MemGator
MemGator copied to clipboard
Update io reading functions with non-deprecated counterparts
There are a few io function calls to the core Golang API in MemGator that have been deprecated since ~v 1.16 (2021)
The slight fixes in this PR align the calls to that which is recommended in the Go docs. I performed rudimentary testing to ensure consistent behavior of the functions to their deprecated counterparts.