From 10e3a13d12fa0143eebe4c9941df7ec90a5037da Mon Sep 17 00:00:00 2001 From: Damien Sedgwick Date: Sat, 16 Nov 2024 00:04:37 +0000 Subject: [PATCH] chore: removed incorrect go.mod instructions (#3878) * chore: removed incorrect go.mod instructions * chore: updated changelog.mdx --------- Co-authored-by: Lea Anthony --- website/docs/gettingstarted/firstproject.mdx | 2 -- .../current/gettingstarted/firstproject.mdx | 2 -- .../current/gettingstarted/firstproject.mdx | 2 -- .../current/gettingstarted/firstproject.mdx | 2 -- website/src/pages/changelog.mdx | 3 +++ .../version-v2.8.1/gettingstarted/firstproject.mdx | 2 -- .../version-v2.9.0/gettingstarted/firstproject.mdx | 2 -- 7 files changed, 3 insertions(+), 12 deletions(-) diff --git a/website/docs/gettingstarted/firstproject.mdx b/website/docs/gettingstarted/firstproject.mdx index e8880660d..5cf4dff58 100644 --- a/website/docs/gettingstarted/firstproject.mdx +++ b/website/docs/gettingstarted/firstproject.mdx @@ -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. diff --git a/website/i18n/ar/docusaurus-plugin-content-docs/current/gettingstarted/firstproject.mdx b/website/i18n/ar/docusaurus-plugin-content-docs/current/gettingstarted/firstproject.mdx index 62ee97c84..e7cc86163 100644 --- a/website/i18n/ar/docusaurus-plugin-content-docs/current/gettingstarted/firstproject.mdx +++ b/website/i18n/ar/docusaurus-plugin-content-docs/current/gettingstarted/firstproject.mdx @@ -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. diff --git a/website/i18n/tr/docusaurus-plugin-content-docs/current/gettingstarted/firstproject.mdx b/website/i18n/tr/docusaurus-plugin-content-docs/current/gettingstarted/firstproject.mdx index 62ee97c84..e7cc86163 100644 --- a/website/i18n/tr/docusaurus-plugin-content-docs/current/gettingstarted/firstproject.mdx +++ b/website/i18n/tr/docusaurus-plugin-content-docs/current/gettingstarted/firstproject.mdx @@ -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. diff --git a/website/i18n/vi/docusaurus-plugin-content-docs/current/gettingstarted/firstproject.mdx b/website/i18n/vi/docusaurus-plugin-content-docs/current/gettingstarted/firstproject.mdx index 62ee97c84..e7cc86163 100644 --- a/website/i18n/vi/docusaurus-plugin-content-docs/current/gettingstarted/firstproject.mdx +++ b/website/i18n/vi/docusaurus-plugin-content-docs/current/gettingstarted/firstproject.mdx @@ -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. diff --git a/website/src/pages/changelog.mdx b/website/src/pages/changelog.mdx index 3aed13ce1..a7c833463 100644 --- a/website/src/pages/changelog.mdx +++ b/website/src/pages/changelog.mdx @@ -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 diff --git a/website/versioned_docs/version-v2.8.1/gettingstarted/firstproject.mdx b/website/versioned_docs/version-v2.8.1/gettingstarted/firstproject.mdx index e8880660d..5cf4dff58 100644 --- a/website/versioned_docs/version-v2.8.1/gettingstarted/firstproject.mdx +++ b/website/versioned_docs/version-v2.8.1/gettingstarted/firstproject.mdx @@ -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. diff --git a/website/versioned_docs/version-v2.9.0/gettingstarted/firstproject.mdx b/website/versioned_docs/version-v2.9.0/gettingstarted/firstproject.mdx index e8880660d..5cf4dff58 100644 --- a/website/versioned_docs/version-v2.9.0/gettingstarted/firstproject.mdx +++ b/website/versioned_docs/version-v2.9.0/gettingstarted/firstproject.mdx @@ -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.