Fix goimports

This commit is contained in:
Mark Sagi-Kazar 2019-12-06 12:38:20 +01:00 committed by Márk Sági-Kazár
parent e316012b4d
commit cea8b9dfcd
2 changed files with 1 additions and 1 deletions

View file

@ -11,7 +11,6 @@ linters:
- maligned
# TODO: fix me
- goimports
- whitespace
- deadcode
- unused

View file

@ -12,6 +12,7 @@ import (
"os"
"github.com/spf13/viper"
crypt "github.com/xordataexchange/crypt/config"
)