Skip to content

Commit 85bbc7c

Browse files
move tests around, rename, add more schedule func tests (#8)
* update README.md * commit go generate timeunit stringer * move tests around, rename, add more schedule func tests * Remove stringer Co-authored-by: Natan Streppel <[email protected]>
1 parent 69de418 commit 85bbc7c

File tree

5 files changed

+522
-411
lines changed

5 files changed

+522
-411
lines changed

gocron.go

-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ type Locker interface {
3737

3838
type timeUnit int
3939

40-
//go:generate stringer -type=timeUnit
4140
const (
4241
seconds timeUnit = iota + 1
4342
minutes

0 commit comments

Comments
 (0)