You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
No response
Describe the solution you'd like
The solution I propose is to modify the Go Wails project templates to automatically generate a go.mod file with at least the project name as the module name, instead of the default placeholder "changeme".
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
This could also benefit templates that include project imports so the imports are templated using the provided arg.
E.g my htmx template that imports components using the module name could benefit from the templated name.
I tried adding a CLI parameter to the init command that changes the default module name to the project name.
Could you please take a moment to review it when you have the time? thx.
Is your feature request related to a problem? Please describe.
No response
Describe the solution you'd like
The solution I propose is to modify the Go Wails project templates to automatically generate a
go.mod
file with at least the project name as the module name, instead of the default placeholder "changeme".Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: