mirror of
https://github.com/spf13/viper
synced 2024-12-22 11:37:02 +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
|
- maligned
|
||||||
|
|
||||||
# TODO: fix me
|
# TODO: fix me
|
||||||
- goimports
|
|
||||||
- whitespace
|
- whitespace
|
||||||
- deadcode
|
- deadcode
|
||||||
- unused
|
- unused
|
||||||
|
|
|
@ -12,6 +12,7 @@ import (
|
||||||
"os"
|
"os"
|
||||||
|
|
||||||
"github.com/spf13/viper"
|
"github.com/spf13/viper"
|
||||||
|
|
||||||
crypt "github.com/xordataexchange/crypt/config"
|
crypt "github.com/xordataexchange/crypt/config"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue