go-carbon 2.0.0 版本发布, 要求最低 golang 版本 1.16

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

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

github.com/golang-module/carbon

gitee.com/go-package/carbon

更新日志
  • go 版本最低要求升级到1.16,利用 embed 特性,无需再将lang语言目录复制到当前项目下
  • Carbon结构体里的公共字段Time改成私有字段time
  • 移除ToTimestamp()方法,只保留Timestamp()方法
  • 移除ToTimestampWithSecond()方法,只保留TimestampWithSecond()方法
  • 移除ToTimestampWithMillisecond()方法,只保留TimestampWithMillisecond()方法
  • 移除ToTimestampWithMicrosecond()方法,只保留TimestampWithMicrosecond()方法
  • 移除ToTimestampWithNanosecond()方法,只保留TimestampWithNanosecond()方法
  • 移除ToTimestamp结构体,只保留Timestamp结构体
  • 移除ToTimestampWithSecond结构体,只保留TimestampWithSecond结构体
  • 移除ToTimestampWithMillisecond结构体,只保留TimestampWithMillisecond结构体
  • 移除ToTimestampWithMicrosecond结构体,只保留TimestampWithMicrosecond结构体
  • 移除ToTimestampWithNanosecond结构体,只保留ToTimestampWithNanosecond结构体
  • 移除ToDateTimeString结构体,只保留DateTime结构体
  • 移除ToDateTimeString结构体,只保留Date结构体
  • 移除ToTimeString结构体,只保留Time结构体

你可能感兴趣的:(go-carbon 2.0.0 版本发布, 要求最低 golang 版本 1.16)