You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A maintainer will take a look at your issue shortly. 👀
In the meantime: We are working on Viper v2 and we would love to hear your thoughts about what you like or don't like about Viper, so we can improve or fix those issues.
📣 If you've already given us your feedback, you can still help by spreading the news,
either by sharing the above link or telling people about this on Twitter:
pejeio
changed the title
Environment variables not being read from the AutomaticEnv function
AutomaticEnv function failing to read environment variables in Go code
Mar 14, 2023
Preflight Checklist
Viper Version
1.15.0
Go Version
1.20.1
Config Source
Environment variables
Format
Other (specify below)
Repl.it link
No response
Code reproducing the issue
Expected Behavior
After running this command, I expect
fmt.Print(cfg.FbClientId)
to log123
:Actual Behavior
There is no output in the console.
Steps To Reproduce
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered: