5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-03 16:39:35 +08:00
wails/v2/pkg/parser
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
..
testproject Lint fix & tidy up 2020-12-06 21:15:23 +11:00
applicationVariableName.go Js package generation (#554) 2020-11-15 09:25:38 +11:00
comments.go Js package generation (#554) 2020-11-15 09:25:38 +11:00
conversion.go Js package generation (#554) 2020-11-15 09:25:38 +11:00
field.go Remove debug code 2021-04-04 05:25:21 +10:00
findBoundStructs.go Js package generation (#554) 2020-11-15 09:25:38 +11:00
generate.go refactor: move from io/ioutil to io and os packages 2021-11-25 12:15:43 +08:00
getFunctionReturnType.go Js package generation (#554) 2020-11-15 09:25:38 +11:00
globals.d.template [v2] window.backend -> window.go 2021-09-01 20:52:34 +10:00
index.d.template Js package generation (#554) 2020-11-15 09:25:38 +11:00
index.template Js package generation (#554) 2020-11-15 09:25:38 +11:00
method.go Remove WailsInit and WailsShutdown methodsr 2021-01-14 11:07:06 +11:00
package.d copy.template Js package generation (#554) 2020-11-15 09:25:38 +11:00
package.d.template Js package generation (#554) 2020-11-15 09:25:38 +11:00
package.go Js package generation (#554) 2020-11-15 09:25:38 +11:00
package.json [v2] window.backend -> window.go 2021-09-01 20:52:34 +10:00
package.template Js package generation (#554) 2020-11-15 09:25:38 +11:00
parseBoundStructs.go Js package generation (#554) 2020-11-15 09:25:38 +11:00
parser.go Js package generation (#554) 2020-11-15 09:25:38 +11:00
parseStructFields.go Js package generation (#554) 2020-11-15 09:25:38 +11:00
resolvePackageReferences.go Js package generation (#554) 2020-11-15 09:25:38 +11:00
struct.go Js package generation (#554) 2020-11-15 09:25:38 +11:00