Change small syntax error in Env Example

This commit is contained in:
Eran Chetz 2015-03-26 15:24:28 +02:00
parent 2e2f3b2643
commit ac722f39d3

View file

@ -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