diff --git a/internal/common/types.go b/internal/common/types.go index e1b5110..d427abd 100644 --- a/internal/common/types.go +++ b/internal/common/types.go @@ -14,7 +14,7 @@ type ( PyTimestamp time.Time // KeepZero is a special float that keeps the trailing zero on marshal - KeepZero float64 + KeepZero float64 ) func (f KeepZero) MarshalJSON() ([]byte, error) {