forked from mirror/viper
Fix goimports
This commit is contained in:
parent
e316012b4d
commit
cea8b9dfcd
|
@ -11,7 +11,6 @@ linters:
|
|||
- maligned
|
||||
|
||||
# TODO: fix me
|
||||
- goimports
|
||||
- whitespace
|
||||
- deadcode
|
||||
- unused
|
||||
|
|
|
@ -12,6 +12,7 @@ import (
|
|||
"os"
|
||||
|
||||
"github.com/spf13/viper"
|
||||
|
||||
crypt "github.com/xordataexchange/crypt/config"
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue