labstack / echox

Echo cookbook and website
https://echo.labstack.com
MIT License
406 stars 286 forks source link

Fixed example using ioutil #269

Closed Azuki-bar closed 1 year ago

Azuki-bar commented 1 year ago

ioutil is deprecated from Go1.16. But in docs, still use ioutil, so I replaced that function or variable with suggested in godoc.

references: https://pkg.go.dev/io/ioutil#pkg-variables https://pkg.go.dev/io/ioutil#WriteFile