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
Similar to #13, but the problem is if you have a slice of a struct, the default values aren't getting applied. I took a stab at trying to figure out what's going on here, but didn't really get anywhere productive.
The text was updated successfully, but these errors were encountered:
I've made a branch that contains a test case for this: ajanata@f9657fe
It fails as such:
defaultslice_test.go:90: Test file defaultslice.toml, NestedField value is wrong: , want: nested
defaultslice_test.go:90: Test file defaultslice.json, NestedField value is wrong: , want: nested
defaultslice_test.go:90: Test file defaultslice.yaml, NestedField value is wrong: , want: nested
I also used the same struct directly, not as a slice, and the default value tag works as intended there (and is also tested).
Similar to #13, but the problem is if you have a slice of a struct, the default values aren't getting applied. I took a stab at trying to figure out what's going on here, but didn't really get anywhere productive.
The text was updated successfully, but these errors were encountered: