wails/v2
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
..
cmd/wails refactor: move from io/ioutil to io and os packages 2021-11-25 12:15:43 +08:00
internal refactor: move from io/ioutil to io and os packages 2021-11-25 12:15:43 +08:00
pkg refactor: move from io/ioutil to io and os packages 2021-11-25 12:15:43 +08:00
go.mod [v2] Bump winc to 0330cfc6d50c 2021-11-24 13:05:30 +01:00
go.sum chore: run go fmt ./... and go mod tidy 2021-11-25 12:14:27 +08:00
init.go chore: run go fmt ./... and go mod tidy 2021-11-25 12:14:27 +08:00
init_windows.go [windows] Lint fixes 2021-06-21 09:58:10 +10:00
NOTES.md Merge commit 'a213e8bcd1' as 'v2' 2020-09-15 19:52:54 -05:00
README.md [v2] Update Workflow 2021-09-13 20:04:08 +10:00
wails.go [windows-x] Experimental -> Default 2021-08-15 21:07:34 +10:00

Wails v2 ALPHA

This branch contains WORK IN PROGRESS! There are no guarantees. Use at your peril!

This document will be updated as progress is made.