mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-14 14:45:49 +01:00
chore: removed incorrect go.mod instructions (#3878)
* chore: removed incorrect go.mod instructions * chore: updated changelog.mdx --------- Co-authored-by: Lea Anthony <lea.anthony@gmail.com>
This commit is contained in:
parent
5df8ecc961
commit
10e3a13d12
7 changed files with 3 additions and 12 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue