mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-15 07:05:50 +01:00
* Add goModTidy function to clean up Go module dependencies during installation (#4283) * Add goModTidy function and update changelog for automatic execution after wails init (#4283) * Update CLI documentation to clarify bypassing 'go mod tidy' during project initialization (#4283) * Add -skipgomodtidy flag to CLI and update installation logic to conditionally run go mod tidy * Update CLI documentation to reflect default value of -skipgomodtidy flag and clean up code (#4283) * Update docs/src/content/docs/guides/cli.mdx * fix changelog --------- Co-authored-by: Triadmoko Denny Fatrosa <triadmoko.fatrosa@codemi.co.id> Co-authored-by: Lea Anthony <lea.anthony@gmail.com> |
||
|---|---|---|
| .. | ||
| bindings.go | ||
| bindings_test.go | ||
| common.go | ||
| init.go | ||
| msix.go | ||
| package.go | ||
| service.go | ||
| task_wrapper.go | ||