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
Before filing a bug, please check whether it has been fixed since
the latest release: run "hg pull -u" and retry what you did to
reproduce the problem. Thanks.
What steps will reproduce the problem?
Marshalling a struct like:
type A struct { Msg string }
Produces:
{ "msg":"...." }
Instead of the expected:
{ "Msg":"..." }
What is your $GOOS? $GOARCH?
darwin, amd64
Which revision are you using? (hg identify)
e7d0863b48db+ tip
Please provide any additional information below.
This happened right after the most recent update to JSON pkg.