alda-lang / alda

A music programming language for musicians. :notes:
https://alda.io
Eclipse Public License 2.0
5.61k stars 288 forks source link

refactor: remove io/ioutil #490

Closed ginglis13 closed 11 months ago

ginglis13 commented 11 months ago

io/ioutil has been deprecated since Go 1.16 https://pkg.go.dev/io/ioutil

daveyarwood commented 11 months ago

Looks good. All tests and alda doctor checks are passing. Thank you for the PR!