MemGator icon indicating copy to clipboard operation
MemGator copied to clipboard

Update io reading functions with non-deprecated counterparts

Open machawk1 opened this issue 9 months ago • 0 comments

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.

machawk1 avatar May 09 '24 19:05 machawk1