From 307e494f683009ea7e3144b2fa157c0cccf19741 Mon Sep 17 00:00:00 2001 From: PhatPhuckDave Date: Wed, 2 Oct 2024 22:50:30 +0200 Subject: [PATCH] Add mad ramblings --- main.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/main.go b/main.go index d640ecc..cf95175 100644 --- a/main.go +++ b/main.go @@ -35,7 +35,8 @@ func init() { // I actually don't even know if this works or not......... // Changes can be seen in windows system properties fucking thing // But not in new terminals -// And rerunning the program even with a new terminal will +// And rerunning the program even with a new terminal will result in the same output as the first run +// I really don't know whether or not this worked... And I don't know how to check func main() { currentPath := os.Getenv("PATH") paths := strings.Split(currentPath, ";")