forked from mirror/viper
Fix goimports
This commit is contained in:
parent
e316012b4d
commit
cea8b9dfcd
|
@ -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 New Issue