carbon 是一个轻量级、语义化、对开发者友好的 golang 时间处理库,支持链式调用。

目前已被 awesome-go 收录,如果您觉得不错,请给个 star 吧

github.com/golang-module/carbon

gitee.com/golang-module/carbon

安装使用

Golang 版本大于等于1.16
// 使用 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.16
// 使用 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"
 )
更新日志
  • 修复部分方法因并发读写造成的线程不安全的 bug
  • 修复 DiffInMonths 方法输出错误的 bug
  • 新增 CreateFromStdTime 方法,并给 FromStdTime, Time2Carbon , Carbon2Time 方法添加弃用标识
  • 增加对波斯语的支持,由 erfanMomeniii 翻译
  • 将单元测试覆盖率提升到 100%

Peleus
17 声望5 粉丝

性别男,爱好女;非著名北漂挨踢男、程序猿,伪文艺2B青年,资深屌丝;据说爱美女,爱网络,爱旅游,各种控,各种宅,不纠结会死星人,不折腾会死星人。此人纯属虚构,如有雷同,纯属被抄袭……