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
Almost all field names in JSON format are same with the deserialized Go types. So I want to propose to implement custom Marshaller changing PascalCase to camelCase
Implementors can consult the following : https://gist.github.com/Rican7/39a3dc10c1499384ca91
The text was updated successfully, but these errors were encountered:
Almost all field names in JSON format are same with the deserialized Go types. So I want to propose to implement custom Marshaller changing
PascalCase
tocamelCase
Implementors can consult the following : https://gist.github.com/Rican7/39a3dc10c1499384ca91
The text was updated successfully, but these errors were encountered: