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:
Unfortunately, this isn't how AutomaticEnv works. At the moment, it needs something to map environment variables against. The new bind struct feature would still only work with structs that have matching keys.
Preflight Checklist
Viper Version
1.18.2
Go Version
1.22
Config Source
Environment variables, Files
Format
YAML
Repl.it link
No response
Code reproducing the issue
Expected Behavior
I would expect, that
foundconfig.others
is containingmap[string]any{"foobar": "some-value"}
Actual Behavior
foundconfig
is emptySteps To Reproduce
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered: