From 25ed921736cae10de1f94b43205097b284befc9f Mon Sep 17 00:00:00 2001 From: Daniel Ponte Date: Sun, 13 Nov 2022 12:04:34 -0500 Subject: [PATCH] doc --- internal/common/types.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/internal/common/types.go b/internal/common/types.go index 9edcc89..e1b5110 100644 --- a/internal/common/types.go +++ b/internal/common/types.go @@ -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 )