mirror of
https://github.com/spf13/viper
synced 2025-05-07 12:47:18 +00:00
fixed formatting
This commit is contained in:
parent
da4885ce3d
commit
e4c9d87b4c
1 changed files with 2 additions and 2 deletions
2
viper.go
2
viper.go
|
@ -100,7 +100,7 @@ type EnvStore interface {
|
||||||
Get(key string) string
|
Get(key string) string
|
||||||
}
|
}
|
||||||
|
|
||||||
type RealEnvStore struct {}
|
type RealEnvStore struct{}
|
||||||
|
|
||||||
func (e *RealEnvStore) Get(key string) string {
|
func (e *RealEnvStore) Get(key string) string {
|
||||||
return os.Getenv(key)
|
return os.Getenv(key)
|
||||||
|
|
Loading…
Add table
Reference in a new issue