chore: rename module

This commit is contained in:
2023-12-27 22:03:13 +03:00
parent 848adb4508
commit 083103e4b6
11 changed files with 81 additions and 67 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ import (
"sync"
"time"
. "github.com/go-co-op/gocron/v2" // nolint:revive
. "github.com/andoma-go/gocron/v2" // nolint:revive
"github.com/google/uuid"
"github.com/jonboulle/clockwork"
)