From 37b2d49aea1aa3dad7199c341eb28b31b0d97621 Mon Sep 17 00:00:00 2001 From: Andrey Smirnov Date: Tue, 14 Oct 2014 18:22:57 +0400 Subject: [PATCH] A bit more style fixes. #123 --- cmd/cmd.go | 5 ++--- cmd/config_show.go | 1 - 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/cmd/cmd.go b/cmd/cmd.go index c73df5b7..4bec1f74 100644 --- a/cmd/cmd.go +++ b/cmd/cmd.go @@ -3,13 +3,12 @@ package cmd import ( "fmt" - "os" - "time" - "github.com/smira/aptly/aptly" "github.com/smira/aptly/deb" "github.com/smira/commander" "github.com/smira/flag" + "os" + "time" ) // ListPackagesRefList shows list of packages in PackageRefList diff --git a/cmd/config_show.go b/cmd/config_show.go index 119fd37f..04f28648 100644 --- a/cmd/config_show.go +++ b/cmd/config_show.go @@ -3,7 +3,6 @@ package cmd import ( "encoding/json" "fmt" - "github.com/smira/commander" )