This commit is contained in:
Daniel Ponte 2022-11-13 12:04:44 -05:00
parent 25ed921736
commit 1ea8a24224

View file

@ -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) {