5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-03 02:19:43 +08:00
wails/lib/binding
Eng Zer Jun ef8d7d2fd7
refactor: move from io/ioutil to io and os packages
The io/ioutil package has been deprecated as of Go 1.16, see
https://golang.org/doc/go1.16#ioutil. 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>
2021-11-25 12:15:43 +08:00
..
function.go Handle use cases where the function is not from main (#655) 2021-05-16 14:08:30 +10:00
internal.go Develop (#250) 2019-10-08 06:12:08 +11:00
manager.go refactor: move from io/ioutil to io and os packages 2021-11-25 12:15:43 +08:00
method.go Update WailsInit checker 2020-08-30 15:47:32 +10:00