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
Hello, I keep receiving a panic when a struct has a []uint.
This causes a panic.
Reason why a struct without any conform struct tag is passed to conform.Strings:
That is because I use a general decoder to decode incoming json payloads, and depending on the struct payload is decoded to, some might or might not have conform tag. But this should not cause the panic I encounter.
Thanks.
The text was updated successfully, but these errors were encountered:
Hello, I keep receiving a panic when a struct has a []uint.
This causes a panic.
Reason why a struct without any conform struct tag is passed to conform.Strings:
That is because I use a general decoder to decode incoming json payloads, and depending on the struct payload is decoded to, some might or might not have conform tag. But this should not cause the panic I encounter.
Thanks.
The text was updated successfully, but these errors were encountered: