This commit is contained in:
Daniel Ponte 2022-11-13 12:04:34 -05:00
parent 9db15a648b
commit 25ed921736

View file

@ -10,7 +10,10 @@ import (
)
type (
// PyTimeStamp is a python-style long nano timestamp
PyTimestamp time.Time
// KeepZero is a special float that keeps the trailing zero on marshal
KeepZero float64
)