Skip to content

Commit e102cbd

Browse files
committed
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>
1 parent 49a263d commit e102cbd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -950,8 +950,8 @@ _Libraries for working with dates and times._
950950
- [durafmt](https://github.com/hako/durafmt) - Time duration formatting library for Go.
951951
- [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...
952952
- [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.
953-
- [go-datebin](https://github.com/deatil/go-datebin) - A simple datetime parse pkg.
954953
- [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.
954+
- [go-datebin](https://github.com/deatil/go-datebin) - A simple datetime parse pkg.
955955
- [go-faketime](https://github.com/harkaitz/go-faketime) - A simple `time.Now()` that honors the faketime(1) utility.
956956
- [go-persian-calendar](https://github.com/yaa110/go-persian-calendar) - The implementation of the Persian (Solar Hijri) Calendar in Go (golang).
957957
- [go-str2duration](https://github.com/xhit/go-str2duration) - Convert string to duration. Support time.Duration returned string and more.

0 commit comments

Comments
 (0)