forked from mirror/viper
fixed marshal (#647)
This commit is contained in:
parent
33688bf23c
commit
a52795991d
|
@ -619,7 +619,7 @@ if err != nil {
|
|||
|
||||
### Marshalling to string
|
||||
|
||||
You may need to marhsal all the settings held in viper into a string rather than write them to a file.
|
||||
You may need to marshal all the settings held in viper into a string rather than write them to a file.
|
||||
You can use your favorite format's marshaller with the config returned by `AllSettings()`.
|
||||
|
||||
```go
|
||||
|
|
Loading…
Reference in New Issue