From 1f132ba3b499bd5261860f1c98744e9f8b787a8c Mon Sep 17 00:00:00 2001 From: Peleus <245629560@qq.com> Date: Tue, 24 Oct 2023 17:19:42 +0800 Subject: [PATCH] Update comment for `Carbon` struct --- carbon.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/carbon.go b/carbon.go index 60ccb614..4ef39feb 100644 --- a/carbon.go +++ b/carbon.go @@ -180,7 +180,7 @@ const ( // 定义 Carbon 结构体 type Carbon struct { time time.Time - testNow int64 // timestamp of test now + testNow int64 // timestamp with nanosecond of test now time weekStartsAt time.Weekday loc *time.Location lang *Language