5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-02 05:30:22 +08:00
wails/v2/internal/staticanalysis/test/standard
dependabot[bot] 86e3d51c8e
Bump the go_modules group across 2 directories with 1 update (#3408)
Bumps the go_modules group with 1 update in the /v2/examples/customlayout directory: [golang.org/x/net](https://github.com/golang/net).
Bumps the go_modules group with 1 update in the /v2/internal/staticanalysis/test/standard directory: [golang.org/x/net](https://github.com/golang/net).


Updates `golang.org/x/net` from 0.17.0 to 0.23.0
- [Commits](https://github.com/golang/net/compare/v0.17.0...v0.23.0)

Updates `golang.org/x/net` from 0.17.0 to 0.23.0
- [Commits](https://github.com/golang/net/compare/v0.17.0...v0.23.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
  dependency-group: go_modules
- dependency-name: golang.org/x/net
  dependency-type: indirect
  dependency-group: go_modules
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-17 20:55:06 +11:00
..
.gitignore Feature/static analysis (#1983) 2022-10-16 23:08:34 +11:00
app.go Feature/static analysis (#1983) 2022-10-16 23:08:34 +11:00
go.mod Bump the go_modules group across 2 directories with 1 update (#3408) 2024-11-17 20:55:06 +11:00
go.sum Bump the go_modules group across 2 directories with 1 update (#3408) 2024-11-17 20:55:06 +11:00
main.go Fixed an issue where go:embed directives would generate illegal directories (#3445) 2024-05-02 21:40:38 +10:00
README.md Feature/static analysis (#1983) 2022-10-16 23:08:34 +11:00
wails.json Feature/static analysis (#1983) 2022-10-16 23:08:34 +11:00

README

About

This is the official Wails Vanilla template.

You can configure the project by editing wails.json. More information about the project settings can be found here: https://wails.io/docs/reference/project-config

Live Development

To run in live development mode, run wails dev in the project directory. This will run a Vite development server that will provide very fast hot reload of your frontend changes. If you want to develop in a browser and have access to your Go methods, there is also a dev server that runs on http://localhost:34115. Connect to this in your browser, and you can call your Go code from devtools.

Building

To build a redistributable, production mode package, use wails build.