mirror of
https://github.com/spf13/viper
synced 2024-11-08 14:17:01 +00:00
Fix goimports
This commit is contained in:
parent
e316012b4d
commit
cea8b9dfcd
2 changed files with 1 additions and 1 deletions
|
@ -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 a new issue