小天管理 发表于 10月12日 发表于 10月12日 carbon 是一个轻量级、语义化、对开发者友好的 golang 时间处理库,支持链式调用。 目前已被 awesome-go 收录,如果您觉得不错,请给个 star 吧 github.com/golang-module/carbon gitee.com/golang-module/carbon 安装使用 Golang 版本大于等于 1.17 // 使用 github 库 go get -u github.com/golang-module/carbon/v2 import "github.com/golang-module/carbon/v2" // 使用 gitee 库 go get -u gitee.com/golang-module/carbon/v2 import "gitee.com/golang-module/carbon/v2" Golang 版本小于 1.17 // 使用 github 库 go get -u github.com/golang-module/carbon import "github.com/golang-module/carbon" // 使用 gitee 库 go get -u gitee.com/golang-module/carbon import "gitee.com/golang-module/carbon" 更新日志 对 go 的最低版本要求升级到1.17 增加对阿拉伯语的翻译支持 修复公历转农历错误的 bug 修复波斯语的翻译错误的 bug 优化对 ParseByLayout 和 getLocationByTimezone 方法的时区参数为空时的处理 优化 json 字符串里的值有空或者 nul 时进行 json.UnmarshalJSON反序列化的处理 移除Tag结构体和相关方法
已推荐帖子
创建帐户或登录来提出意见
您需要成为会员才能提出意见
创建帐户
注册成为会员.只要几个简单步骤!
注册帐户登录
已经有帐户? 请在此处登录.
现在登录