This commit is contained in:
Daniel Ponte 2022-11-13 12:41:13 -05:00
parent 9aef6e5143
commit 794f2d8448

View file

@ -9,7 +9,7 @@ import (
)
type (
// PyTimeStamp is a python-style long nano timestamp
// PyTimeStamp is a timestamp that marshals to python-style timestamp strings (long nano).
PyTimestamp time.Time
)