We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0be9784 commit f143186Copy full SHA for f143186
_examples/stress-test/broadcasting-1/go.mod
@@ -0,0 +1,8 @@
1
+module broadcasting
2
+
3
+go 1.14
4
5
+require (
6
+ github.com/kataras/neffos v0.0.15
7
+ github.com/robfig/cron/v3 v3.0.1
8
+)
_examples/stress-test/broadcasting-1/main.go
@@ -10,7 +10,7 @@ import (
10
"github.com/kataras/neffos"
11
"github.com/kataras/neffos/gorilla"
12
13
- "github.com/robfig/cron"
+ "github.com/robfig/cron/v3"
14
)
15
16
/*
0 commit comments