7368ff09ef
When using ",string" in JSON struct tag, value is first unmarshaled to a numeric value (float64 in our case), then to our real type via `UnmarshalJSON()`, which can lead to rounding errors. |
||
---|---|---|
.. | ||
result | ||
errors.go | ||
events.go | ||
types.go |