mirror of
https://github.com/Jguer/yay.git
synced 2025-10-07 00:14:22 -04:00
The io/ioutil package has been deprecated in Go 1.16. This commit replaces the existing io/ioutil functions with their new definitions in io and os packages. Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>