From 87ab7ad08248f12d90b51d1ff6bdb8e2b698169c Mon Sep 17 00:00:00 2001 From: gouguoyin <245629560@qq.com> Date: Sun, 1 Aug 2021 15:09:02 +0800 Subject: [PATCH] Add carbon (#3670) > Please check if what you want to add to `awesome-go` list meets [quality standards](https://github.com/avelino/awesome-go/blob/master/CONTRIBUTING.md#quality-standards) before sending pull request. Thanks! **Please provide package links to:** - repo link (github.com, gitlab.com, etc):https://github.com/golang-module/carbon - pkg.go.dev:https://pkg.go.dev/github.com/golang-module/carbon - goreportcard.com:https://goreportcard.com/report/github.com/golang-module/carbon - coverage service link ([codecov](https://codecov.io/), [coveralls](https://coveralls.io/), [gocover](http://gocover.io/) etc.):https://app.codecov.io/gh/golang-module/carbon Very good coverage **Note**: _that new categories can be added only when there are 3 packages or more._ **Make sure that you've checked the boxes below before you submit PR:** _not every repository (project) will fit into every option, but most projects should_ - [x] I have added my package in alphabetical order. - [x] I have an appropriate description with correct grammar. - [x] I know that this package was not listed before. - [x] I have added pkg.go.dev link to the repo and to my pull request. - [x] I have added coverage service link to the repo and to my pull request. - [x] I have added goreportcard link to the repo and to my pull request. - [x] I have read [Contribution guidelines](https://github.com/avelino/awesome-go/blob/master/CONTRIBUTING.md#contribution-guidelines), [maintainers note](https://github.com/avelino/awesome-go/blob/master/CONTRIBUTING.md#maintainers) and [Quality standard](https://github.com/avelino/awesome-go/blob/master/CONTRIBUTING.md#quality-standards). Thanks for your PR, you're awesome! :+1: --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 02d7b88a..e3a9dc7e 100644 --- a/README.md +++ b/README.md @@ -621,6 +621,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a *Libraries for working with dates and times.* +* [carbon](https://github.com/golang-module/carbon) - A simple, semantic and developer-friendly golang package for datetime. * [carbon](https://github.com/uniplaces/carbon) - Simple Time extension with a lot of util methods, ported from PHP Carbon library. * [cronrange](https://github.com/1set/cronrange) - Parses Cron-style time range expressions, checks if the given time is within any ranges. * [date](https://github.com/rickb777/date) - Augments Time for working with dates, date ranges, time spans, periods, and time-of-day.