Ver código fonte

Fix linting error breaking docker release

Jguer 5 anos atrás
pai
commit
16fddae8b6
2 arquivos alterados com 2 adições e 2 exclusões
  1. 1 1
      config.go
  2. 1 1
      main.go

+ 1 - 1
config.go

@@ -9,8 +9,8 @@ import (
 	"os/exec"
 	"strings"
 
-	pacmanconf "github.com/Morganamilo/go-pacmanconf"
 	alpm "github.com/Jguer/go-alpm"
+	pacmanconf "github.com/Morganamilo/go-pacmanconf"
 )
 
 // Verbosity settings for search

+ 1 - 1
main.go

@@ -7,8 +7,8 @@ import (
 	"path/filepath"
 	"strings"
 
-	pacmanconf "github.com/Morganamilo/go-pacmanconf"
 	alpm "github.com/Jguer/go-alpm"
+	pacmanconf "github.com/Morganamilo/go-pacmanconf"
 )
 
 func setPaths() error {