5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-02 20:03:01 +08:00
wails/v2/internal/system
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
..
operatingsystem refactor: move from io/ioutil to io and os packages 2021-11-25 12:15:43 +08:00
packagemanager chore: run go fmt ./... and go mod tidy 2021-11-25 12:14:27 +08:00
system_darwin.go fix Apple Silicon check 2021-09-14 12:19:22 -05:00
system_linux.go Add webview2 to wails doctor, refactored IsAppleSilicon 2021-09-03 05:55:51 +10:00
system_windows.go [windows] Temporarily remove docker as optional requirement 2021-09-07 20:36:51 +10:00
system.go Add webview2 to wails doctor, refactored IsAppleSilicon 2021-09-03 05:55:51 +10:00