Fix goimports

This commit is contained in:
Mark Sagi-Kazar 2019-12-06 12:38:20 +01:00
parent 7ad386263a
commit 087ec1d95d
No known key found for this signature in database
GPG key ID: 34CC109EB5ED1C2A
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"
)