From eaffb1f1ab432ada776f929c35885cc4ee487c40 Mon Sep 17 00:00:00 2001 From: pztrn Date: Sun, 9 Oct 2016 13:27:16 +0500 Subject: [PATCH] Oops, wrong removing of wrong import. Now fixed. --- launcher/launcher_object.go | 1 - ui/options_profile.go | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) 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