mirror of
https://github.com/spf13/viper
synced 2024-11-20 03:47:05 +00:00
Remove unused import
This commit is contained in:
parent
c4b0efecc9
commit
6b4d3dc059
1 changed files with 0 additions and 1 deletions
1
viper.go
1
viper.go
|
@ -36,7 +36,6 @@ import (
|
|||
jww "github.com/spf13/jwalterweatherman"
|
||||
"github.com/spf13/pflag"
|
||||
"gopkg.in/fsnotify.v1"
|
||||
"gopkg.in/yaml.v2"
|
||||
)
|
||||
|
||||
var v *Viper
|
||||
|
|
Loading…
Reference in a new issue