From c5349ab336c586f257ce05972f0836c695e2dba9 Mon Sep 17 00:00:00 2001 From: pztrn Date: Sun, 9 Oct 2016 13:25:43 +0500 Subject: [PATCH] Unused import removed. --- ui/options_profile.go | 1 - 1 file changed, 1 deletion(-) diff --git a/ui/options_profile.go b/ui/options_profile.go index 46156cc..ef8fbb2 100644 --- a/ui/options_profile.go +++ b/ui/options_profile.go @@ -13,7 +13,6 @@ import ( // stdlib "fmt" "os" - "runtime" "strings" // Local