Skip to content

Commit

Permalink
all: replace module "share" with "pakakeh.go"
Browse files Browse the repository at this point in the history
  • Loading branch information
shuLhan committed Mar 26, 2024
1 parent 3974342 commit 9e1a665
Show file tree
Hide file tree
Showing 28 changed files with 297 additions and 230 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ Example of schedules,
* hourly@0,15,30,45 = on minutes 0, 15, 30, 45 every hour.

See
[time.Schedule](https://pkg.go.dev/github.com/shuLhan/share/lib/time#Scheduler)
[time.Schedule](https://pkg.go.dev/git.sr.ht/~shulhan/pakakeh.go/lib/time#Scheduler)
for format of schedule.
If both Schedule and Interval set, only Schedule will be processed.

Expand Down Expand Up @@ -379,7 +379,7 @@ Example of schedules,
* hourly@0,15,30,45 = on minutes 0, 15, 30, 45 every hour.

See
[time.Schedule](https://pkg.go.dev/github.com/shuLhan/share/lib/time#Scheduler)
[time.Schedule](https://pkg.go.dev/git.sr.ht/~shulhan/pakakeh.go/lib/time#Scheduler)
for format of schedule.
If both Schedule and Interval set, only Schedule will be processed.

Expand Down
Loading

0 comments on commit 9e1a665

Please sign in to comment.