forked from mirror/viper
Change small syntax error in Env Example
This commit is contained in:
parent
2e2f3b2643
commit
ac722f39d3
|
@ -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
|
os.Setenv("SPF_ID", "13") // typically done outside of the app
|
||||||
|
|
||||||
id := Get("id")) // 13
|
id := Get("id") // 13
|
||||||
|
|
||||||
|
|
||||||
### Working with Flags
|
### Working with Flags
|
||||||
|
|
Loading…
Reference in New Issue