Skip to content

Commit

Permalink
chore: removed incorrect go.mod instructions (#3878)
Browse files Browse the repository at this point in the history
* chore: removed incorrect go.mod instructions

* chore: updated changelog.mdx

---------

Co-authored-by: Lea Anthony <[email protected]>
  • Loading branch information
damiensedgwick and leaanthony authored Nov 16, 2024
1 parent 5df8ecc commit 10e3a13
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 12 deletions.
2 changes: 0 additions & 2 deletions website/docs/gettingstarted/firstproject.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -128,5 +128,3 @@ The `frontend` directory has nothing specific to Wails and can be any frontend p

The `build` directory is used during the build process. These files may be updated to customise your builds. If
files are removed from the build directory, default versions will be regenerated.

The default module name in `go.mod` is "changeme". You should change this to something more appropriate.
Original file line number Diff line number Diff line change
Expand Up @@ -126,5 +126,3 @@ Wails projects have the following layout:
The `frontend` directory has nothing specific to Wails and can be any frontend project of your choosing.

The `build` directory is used during the build process. These files may be updated to customise your builds. If files are removed from the build directory, default versions will be regenerated.

The default module name in `go.mod` is "changeme". You should change this to something more appropriate.
Original file line number Diff line number Diff line change
Expand Up @@ -126,5 +126,3 @@ Wails projects have the following layout:
The `frontend` directory has nothing specific to Wails and can be any frontend project of your choosing.

The `build` directory is used during the build process. These files may be updated to customise your builds. If files are removed from the build directory, default versions will be regenerated.

The default module name in `go.mod` is "changeme". You should change this to something more appropriate.
Original file line number Diff line number Diff line change
Expand Up @@ -126,5 +126,3 @@ Wails projects have the following layout:
The `frontend` directory has nothing specific to Wails and can be any frontend project of your choosing.

The `build` directory is used during the build process. These files may be updated to customise your builds. If files are removed from the build directory, default versions will be regenerated.

The default module name in `go.mod` is "changeme". You should change this to something more appropriate.
3 changes: 3 additions & 0 deletions website/src/pages/changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- `Security` in case of vulnerabilities.

## [Unreleased]
### Changed
- Removed documentation references for 'The default module name in go.mod is "changeme". You should change this to something more appropriate.' as it appears to be no longer relevant.

### Added
- Added option to set window class name on Windows. Added in [PR](https://github.com/wailsapp/wails/pull/3828) by @APshenkin

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -128,5 +128,3 @@ The `frontend` directory has nothing specific to Wails and can be any frontend p

The `build` directory is used during the build process. These files may be updated to customise your builds. If
files are removed from the build directory, default versions will be regenerated.

The default module name in `go.mod` is "changeme". You should change this to something more appropriate.
Original file line number Diff line number Diff line change
Expand Up @@ -128,5 +128,3 @@ The `frontend` directory has nothing specific to Wails and can be any frontend p

The `build` directory is used during the build process. These files may be updated to customise your builds. If
files are removed from the build directory, default versions will be regenerated.

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

0 comments on commit 10e3a13

Please sign in to comment.