diff --git a/launcher/launcher_object.go b/launcher/launcher_object.go index b64c8f2..f9db1af 100644 --- a/launcher/launcher_object.go +++ b/launcher/launcher_object.go @@ -15,7 +15,6 @@ import ( "fmt" "os" "os/exec" - "runtime" "strconv" "strings" diff --git a/ui/options_profile.go b/ui/options_profile.go index ef8fbb2..46156cc 100644 --- a/ui/options_profile.go +++ b/ui/options_profile.go @@ -13,6 +13,7 @@ import ( // stdlib "fmt" "os" + "runtime" "strings" // Local