This is an automated email from the ASF dual-hosted git repository.

linkinstar pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/answer.git


The following commit(s) were added to refs/heads/dev by this push:
     new 5be6ec9e docs(lic): add MIT license file and clean up init function in 
install_main.go
5be6ec9e is described below

commit 5be6ec9e71f74995b6c48377d42a12292f34abca
Author: LinkinStars <[email protected]>
AuthorDate: Wed Jan 14 11:30:50 2026 +0800

    docs(lic): add MIT license file and clean up init function in 
install_main.go
---
 docs/release/licenses/LICENSE-joho-godotenv.txt | 22 ++++++++++++++++++++++
 internal/install/install_main.go                |  1 -
 2 files changed, 22 insertions(+), 1 deletion(-)

diff --git a/docs/release/licenses/LICENSE-joho-godotenv.txt 
b/docs/release/licenses/LICENSE-joho-godotenv.txt
new file mode 100644
index 00000000..9390caf6
--- /dev/null
+++ b/docs/release/licenses/LICENSE-joho-godotenv.txt
@@ -0,0 +1,22 @@
+Copyright (c) 2013 John Barton
+
+MIT License
+
+Permission is hereby granted, free of charge, to any person obtaining
+a copy of this software and associated documentation files (the
+"Software"), to deal in the Software without restriction, including
+without limitation the rights to use, copy, modify, merge, publish,
+distribute, sublicense, and/or sell copies of the Software, and to
+permit persons to whom the Software is furnished to do so, subject to
+the following conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
+OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
diff --git a/internal/install/install_main.go b/internal/install/install_main.go
index eae914af..30fc6ddc 100644
--- a/internal/install/install_main.go
+++ b/internal/install/install_main.go
@@ -36,7 +36,6 @@ var (
 func init() {
        _ = godotenv.Load()
        port = os.Getenv("INSTALL_PORT")
-
 }
 
 func Run(configPath string) {

Reply via email to