mirror of
https://github.com/avelino/awesome-go.git
synced 2026-04-11 02:11:43 +08:00
fix alphabetical order of go-date-fns and go-datebin in Date and Time section
Signed-off-by: Avelino <31996+avelino@users.noreply.github.com>
This commit is contained in:
parent
49a263d2ab
commit
e102cbdaae
@ -950,8 +950,8 @@ _Libraries for working with dates and times._
|
||||
- [durafmt](https://github.com/hako/durafmt) - Time duration formatting library for Go.
|
||||
- [feiertage](https://github.com/wlbr/feiertage) - Set of functions to calculate public holidays in Germany, incl. specialization on the states of Germany (Bundesländer). Things like Easter, Pentecost, Thanksgiving...
|
||||
- [go-anytime](https://github.com/ijt/go-anytime) - Parse dates/times like "next dec 22nd at 3pm" and ranges like "from today until next thursday" without knowing the format in advance.
|
||||
- [go-datebin](https://github.com/deatil/go-datebin) - A simple datetime parse pkg.
|
||||
- [go-date-fns](https://github.com/chmenegatti/go-date-fns) - A comprehensive date utility library for Go, inspired by date-fns, with 140+ pure and immutable functions.
|
||||
- [go-datebin](https://github.com/deatil/go-datebin) - A simple datetime parse pkg.
|
||||
- [go-faketime](https://github.com/harkaitz/go-faketime) - A simple `time.Now()` that honors the faketime(1) utility.
|
||||
- [go-persian-calendar](https://github.com/yaa110/go-persian-calendar) - The implementation of the Persian (Solar Hijri) Calendar in Go (golang).
|
||||
- [go-str2duration](https://github.com/xhit/go-str2duration) - Convert string to duration. Support time.Duration returned string and more.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user