mathaou / termdbms

A TUI for viewing and editing database files.
MIT License
1.7k stars 36 forks source link

Update ioutil package with os package equivalents #2

Closed meowgorithm closed 3 years ago

meowgorithm commented 3 years ago

This is a tiny PR that replaces ioutil, which was deprecated in Go 1.16, with its non-deprecated counterparts.