This repository was archived by the owner on Jul 22, 2024. It is now read-only.
This repository was archived by the owner on Jul 22, 2024. It is now read-only.
Encoding does not marshal the fields as expected #342
Open
Description
According to this comment, encoding should be the arguments reversed. However, the mapstructure annotations are lost and it's not correctly encoded.
Example: https://go.dev/play/p/m1pPpDYYMED
The expected output should have been
{myName:something}
instead of
{Name:something}
Metadata
Metadata
Assignees
Labels
No labels