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
While using go-config, We realized that the error parsing is missing data, what field is giving error if we have tons of config declared in config.go file? If you have a different field and that field fails to parse you get the nested error from same but you have no idea which field in your struct is the one that is failing. This leads to a lot of guessing and lost time.
Hello,
While using go-config, We realized that the error parsing is missing data, what field is giving error if we have tons of config declared in config.go file? If you have a different field and that field fails to parse you get the nested error from same but you have no idea which field in your struct is the one that is failing. This leads to a lot of guessing and lost time.
Example:
Error getting:
The error should have mentioned
The text was updated successfully, but these errors were encountered: