Skip to content
This repository was archived by the owner on Dec 9, 2022. It is now read-only.

Commit 4513c66

Browse files
author
luke lombardi
committedOct 18, 2022
update module name
1 parent 825d890 commit 4513c66

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
 

‎example/goclient/main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ import (
1010
"reflect"
1111
"time"
1212

13-
"github.com/gocelery/gocelery"
1413
"github.com/gomodule/redigo/redis"
14+
"github.com/slai-labs/gocelery"
1515
)
1616

1717
// Run Celery Worker First!

‎example/goworker/main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ import (
88
"fmt"
99
"time"
1010

11-
"github.com/gocelery/gocelery"
1211
"github.com/gomodule/redigo/redis"
12+
"github.com/slai-labs/gocelery"
1313
)
1414

1515
// exampleAddTask is integer addition task

‎go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module github.com/gocelery/gocelery
1+
module github.com/slai-labs/gocelery
22

33
go 1.13
44

0 commit comments

Comments
 (0)
This repository has been archived.