mirror of
https://github.com/spf13/viper
synced 2024-12-22 19:47:01 +00:00
Change small syntax error in Env Example
This commit is contained in:
parent
2e2f3b2643
commit
ac722f39d3
1 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,7 @@ of using it can be found in `viper_test.go`.
|
|||
|
||||
os.Setenv("SPF_ID", "13") // typically done outside of the app
|
||||
|
||||
id := Get("id")) // 13
|
||||
id := Get("id") // 13
|
||||
|
||||
|
||||
### Working with Flags
|
||||
|
|
Loading…
Reference in a new issue