Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace deprecated 'ioutil' with io (#12)
ioutil seems to be deprecated since Go 1.16. It can simply be replaced with 'io.ReadAll' (in this case).
- Loading branch information