From 67dd58921d713ae08e41af0bbd57554adb1a5966 Mon Sep 17 00:00:00 2001 From: Mikhail Klementev Date: Sat, 17 Nov 2018 20:20:36 +0000 Subject: [PATCH] Remove redutant package name for import --- main.go | 2 +- pew.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/main.go b/main.go index beba18d..023bdce 100644 --- a/main.go +++ b/main.go @@ -12,7 +12,7 @@ import ( kingpin "gopkg.in/alecthomas/kingpin.v2" - config "github.com/jollheef/out-of-tree/config" + "github.com/jollheef/out-of-tree/config" ) func kernelListHandler(kcfg config.KernelConfig) (err error) { diff --git a/pew.go b/pew.go index 6f5ccca..b4187f4 100644 --- a/pew.go +++ b/pew.go @@ -20,7 +20,7 @@ import ( "github.com/otiai10/copy" "github.com/remeh/sizedwaitgroup" - config "github.com/jollheef/out-of-tree/config" + "github.com/jollheef/out-of-tree/config" qemu "github.com/jollheef/out-of-tree/qemu" )