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
johanbrandhorst
changed the title
JSONPb marshaler doesn't use ident on non proto fields
JSONPb marshaler doesn't use indent on non proto fields
Feb 22, 2024
🐛 Bug Report
The JSONPb marshaler does not use ident on non proto fields. Here the value of JSONPb.MarshalOptions.Ident is checked once, but not checked below
To Reproduce
Expected behavior
Actual Behavior
Your Environment
go version go1.21.6 linux/amd64
The text was updated successfully, but these errors were encountered: