更新版本号v1.4.2

This commit is contained in:
gouguoyin 2021-07-14 06:56:26 +08:00
parent 17617f9b8e
commit aa7cd21d83

View File

@ -145,7 +145,7 @@ type Carbon struct {
Error error
}
// NewCarbon 新建 Carbon 结构体
// NewCarbon 初始化 Carbon 实例
func NewCarbon() Carbon {
return Carbon{Loc: time.Local, Lang: NewLanguage()}
}