Skip to content

Commit

Permalink
add go report card
Browse files Browse the repository at this point in the history
  • Loading branch information
nirdosh17 committed Oct 3, 2023
1 parent bc4ea27 commit 6564ec1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[![Go Report Card](https://goreportcard.com/badge/github.com/nirdosh17/timeutil)](https://goreportcard.com/report/github.com/nirdosh17/timeutil)

# Utility functions for Time
Ruby on Rails inspired utility functions for **Go** to manipulate Time.

Expand All @@ -24,3 +26,6 @@ Ruby on Rails inspired utility functions for **Go** to manipulate Time.

- `DaysAgo(Time, days) Time`
- `DaysAfter(Time, days) Time`

- `IsWeekday(Time) bool`
- `IsWeekend(Time) bool`

0 comments on commit 6564ec1

Please sign in to comment.