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
Current unmarshaling tests calls proto.MarshalTextString and compares the resulting string. This is not a good comparison since MarshalTextString may not reflect the actual underlying data, e.g. nil vs empty slice. It's better to just use proto.Equal.