更新注释信息

This commit is contained in:
Peleus 2023-10-24 17:19:56 +08:00
parent 62f3c0b2e6
commit af85fab8d3

View File

@ -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