Add mad ramblings

This commit is contained in:
2024-10-02 22:50:30 +02:00
parent 38b833582a
commit 307e494f68

View File

@@ -35,7 +35,8 @@ func init() {
// I actually don't even know if this works or not......... // I actually don't even know if this works or not.........
// Changes can be seen in windows system properties fucking thing // Changes can be seen in windows system properties fucking thing
// But not in new terminals // 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() { func main() {
currentPath := os.Getenv("PATH") currentPath := os.Getenv("PATH")
paths := strings.Split(currentPath, ";") paths := strings.Split(currentPath, ";")