A bit more style fixes. #123

This commit is contained in:
Andrey Smirnov
2014-10-14 18:22:57 +04:00
parent 0afb1f4306
commit 37b2d49aea
2 changed files with 2 additions and 4 deletions
+2 -3
View File
@@ -3,13 +3,12 @@ package cmd
import ( import (
"fmt" "fmt"
"os"
"time"
"github.com/smira/aptly/aptly" "github.com/smira/aptly/aptly"
"github.com/smira/aptly/deb" "github.com/smira/aptly/deb"
"github.com/smira/commander" "github.com/smira/commander"
"github.com/smira/flag" "github.com/smira/flag"
"os"
"time"
) )
// ListPackagesRefList shows list of packages in PackageRefList // ListPackagesRefList shows list of packages in PackageRefList
-1
View File
@@ -3,7 +3,6 @@ package cmd
import ( import (
"encoding/json" "encoding/json"
"fmt" "fmt"
"github.com/smira/commander" "github.com/smira/commander"
) )