oduwsdl / MemGator

A Memento Aggregator CLI and Server in Go
https://memgator.cs.odu.edu/api.html
MIT License
56 stars 11 forks source link

Update io reading functions with non-deprecated counterparts #148

Closed machawk1 closed 2 months ago

machawk1 commented 2 months ago

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

@ibnesayeed Are there any concerns with merging this PR?