larao_san

Results 2 issues of larao_san

## Issue Number #64 Hello,Mattn. In response to the issue regarding the deprecation of ioutil.ReadFile in Go 1.16 and the recommendation to use os.ReadFile, this PR addresses that concern. Changes:...

Hello Mattn. I noticed that in recent versions of Go, the `ioutil.ReadFile` function has been deprecated in favor of `os.ReadFile`. ### Background: As per [Go's documentation](https://golang.org/doc/go1.16#ioutil), many of the functions...