mirror of
https://github.com/spf13/viper.git
synced 2024-04-21 12:31:38 +00:00
Fix goimports
This commit is contained in:
committed by
Márk Sági-Kazár
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"
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user