5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-03 18:13:20 +08:00
wails/v2/internal/html
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
..
testdata handle inline javascript in assetbundle.go 2021-07-21 17:22:18 -04:00
asset_test.go Merge pull request #715 2021-05-16 13:22:44 +10:00
asset.go refactor: move from io/ioutil to io and os packages 2021-11-25 12:15:43 +08:00
assetbundle_test.go handle inline javascript in assetbundle.go 2021-07-21 17:22:18 -04:00
assetbundle.go refactor: move from io/ioutil to io and os packages 2021-11-25 12:15:43 +08:00