wailsapp/wails

Unnecessary instruction for updating go.mod file for new projects.

damiensedgwick opened this issue · 0 comments

Have you read the Documentation Contribution Guidelines?

Description

The documentation mentions the following when creating a new project

The default module name in go.mod is "changeme". You should change this to something more appropriate.

I have just created a new project myself and gone to the go.mod file to find that it no longer uses 'changeme' as the default project name.

Self-service

  • I'd be willing to address this documentation request myself.