From 794f2d8448cd237af13a8b11d8bd972e182244b4 Mon Sep 17 00:00:00 2001 From: Daniel Ponte Date: Sun, 13 Nov 2022 12:41:13 -0500 Subject: [PATCH] doc --- internal/common/types.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/common/types.go b/internal/common/types.go index c43d729..9ae4e24 100644 --- a/internal/common/types.go +++ b/internal/common/types.go @@ -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 )