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 a1c244f commit 615bc70Copy full SHA for 615bc70
_example/server-client/go.mod
@@ -6,3 +6,5 @@ require (
6
github.com/golang-queue/queue v0.0.8
7
github.com/golang-queue/redisdb v0.0.4
8
)
9
+
10
+replace github.com/golang-queue/redisdb => ../../
_example/single-server/go.mod
0 commit comments