From 13fc246a5ddbc1d92878c0c225a387ad212992ac Mon Sep 17 00:00:00 2001 From: daijro Date: Mon, 5 Aug 2024 22:25:06 -0500 Subject: [PATCH] Fmt launcher & cleanup --- .gitignore | 1 + launcher/main.go | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 6b88073..1aef99b 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ launch.exe __pycache__/ *.pyc wget-log +*.kate-swp \ No newline at end of file diff --git a/launcher/main.go b/launcher/main.go index 7499966..0fa33b0 100644 --- a/launcher/main.go +++ b/launcher/main.go @@ -14,7 +14,6 @@ import ( ) func main() { - configPath, remainingArgs := parseArgs(os.Args[1:]) // Parse args arguments configMap := readAndParseConfig(configPath) // Read and parse the config file