Skip to content

Commit

Permalink
doc(crontab): Fixed package (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
flc1125 authored Dec 21, 2023
1 parent 6d53919 commit 1447003
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crontab/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ import (
"github.com/redis/go-redis/v9"
"github.com/robfig/cron/v3"

"pusher/internal/pkg/server/crontab"
redisMutex "pusher/internal/pkg/server/crontab/mutex/redis"
"github.com/go-packagist/go-kratos-components/crontab"
redisMutex "github.com/go-packagist/go-kratos-components/crontab/mutex/redis"
)

func main() {
Expand Down

0 comments on commit 1447003

Please sign in to comment.