conform
conform copied to clipboard
Panic when a struct (Without any conform struct tag) has a []uint
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.