5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-04 02:20:47 +08:00
wails/cmd/wails
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
..
0_setup.go Feature/1.16 (#646) 2021-04-02 20:44:55 +11:00
2_init.go Don't build project by default. Added -build flag to wails init to mimic old behaviour 2021-08-14 19:00:35 +10:00
4_build.go Feature/1.16 (#646) 2021-04-02 20:44:55 +11:00
6_serve.go Feature/1.16 (#646) 2021-04-02 20:44:55 +11:00
8_update.go refactor homedir to stdlib os.UserHomeDir (go1.12) 2020-07-13 20:00:59 +10:00
9_issue.go refactor: move from io/ioutil to io and os packages 2021-11-25 12:15:43 +08:00
10_dev.go [v2] go fmt + windowIsTranslucent 2021-09-15 20:30:14 +10:00
10.1_dev_newtemplate.go [v2] go fmt + windowIsTranslucent 2021-09-15 20:30:14 +10:00
15_migrate.go refactor: move from io/ioutil to io and os packages 2021-11-25 12:15:43 +08:00
main.go Develop (#255) 2019-10-09 19:34:24 +11:00