mirror of
https://github.com/spf13/viper
synced 2025-05-15 08:37:19 +00:00
Update README.md
Added live example
This commit is contained in:
parent
493643fd5e
commit
836620b0d1
1 changed files with 3 additions and 0 deletions
|
@ -828,6 +828,9 @@ y.SetDefault("ContentDir", "foobar")
|
||||||
When working with multiple vipers, it is up to the user to keep track of the
|
When working with multiple vipers, it is up to the user to keep track of the
|
||||||
different vipers.
|
different vipers.
|
||||||
|
|
||||||
|
## Live examples
|
||||||
|
[Try it on Repl.it](https://repl.it/@DarlanD/Viper-Examples#main.go)
|
||||||
|
|
||||||
## Q & A
|
## Q & A
|
||||||
|
|
||||||
### Why is it called “Viper”?
|
### Why is it called “Viper”?
|
||||||
|
|
Loading…
Add table
Reference in a new issue