Skip to content

Commit

Permalink
Update comment for Carbon struct
Browse files Browse the repository at this point in the history
  • Loading branch information
gouguoyin committed Oct 24, 2023
1 parent 58e436d commit 1f132ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion carbon.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1f132ba

Please sign in to comment.