Merge remote-tracking branch 'upstream/v2' into v2

This commit is contained in:
2024-01-04 20:44:17 +03:00
3 changed files with 62 additions and 1 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ func main() {
gocron.NewTask(
func(a string, b int) {
// do things
},
},
"hello",
1,
),