Skip to content

Commit 0979d61

Browse files
committed
Fix some problems
1 parent 02579b8 commit 0979d61

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

example_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import (
55
"fmt"
66
"time"
77

8-
"github.com/1set/cronrange"
8+
"github.com/memwey/cronrange"
99
)
1010

1111
// This example creates an instance representing every New Year's Day in Tokyo.

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module github.com/1set/cronrange
1+
module github.com/memwey/cronrange
22

33
go 1.13
44

0 commit comments

Comments
 (0)