tataDan / wails-v2-examples

MIT License
47 stars 4 forks source link

refactor: use io.ReadAll instead of ioutil.readAll #2

Closed vanillaiice closed 10 months ago

vanillaiice commented 10 months ago

The use of ioutil.ReadAll is deprecated.

tataDan commented 10 months ago

Refactor - Use io.Readall instead of ioutil.ReadAll