From 5d397187632a5001bb6ec55b3fcde3f3e92c686d Mon Sep 17 00:00:00 2001 From: Tim Schuster Date: Wed, 15 Mar 2017 14:33:47 +0100 Subject: [PATCH] Removed unused import --- config/config.go | 1 - 1 file changed, 1 deletion(-) diff --git a/config/config.go b/config/config.go index 283622a..3e161c0 100644 --- a/config/config.go +++ b/config/config.go @@ -2,7 +2,6 @@ package config import ( "flag" - "github.com/GeertJohan/go.rice" "gopkg.in/yaml.v2" "io/ioutil" "os"