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
I added them to cmd/panic/main.go and the output is so-so from the stdlib. May want to investigate later. I need to fix the CI first though before starting to fix this.
This is a pretty minor thing, but it confused me enough to make me want to fix it, unless its a harder problem than I'm realizing.
Empty structs are decoded as
...
, `` or sometimes asunknown
.I'd be happy to take a stab at this tonight if this is indeed a bug.
Examples:
Results in:
And
Results in:
The text was updated successfully, but these errors were encountered: