diff --git a/cmd/robloxmutexer/main.go b/cmd/robloxmutexer/main.go index a3048b4..78d5927 100644 --- a/cmd/robloxmutexer/main.go +++ b/cmd/robloxmutexer/main.go @@ -4,9 +4,9 @@ package main import ( + "errors" "log" "time" - "errors" "unsafe" "golang.org/x/sys/windows"