Home > Article > Backend Development > go-carbon1.2.4 is released! Added series time comparison method
The following column golang tutorial will introduce to you about the go-carbon 1.2.4 version release, a new series of time comparison methods, I hope it will be helpful to friends who need it help!
carbon is a lightweight, semantic, developer-friendly Golang time processing library that supports chain calls, lunar calendar and mainstream ORMs such as gorm and xorm
If you think it is good, please give it a star
github:github.com/golang-module/carbon gitee:gitee.com/go-package/carbon
// 使用github库 go get -u github.com/golang-module/carbon import ( "github.com/golang-module/carbon") // 使用gitee库 go get -u gitee.com/go-package/carbon import ( "gitee.com/go-package/carbon")
The above is the detailed content of go-carbon1.2.4 is released! Added series time comparison method. For more information, please follow other related articles on the PHP Chinese website!