fixed the import path
This commit is contained in:
parent
90fb9859f4
commit
d927d374de
@ -5,9 +5,9 @@
|
|||||||
package worker
|
package worker
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"github.com/miraclesu/gearman-go/common"
|
|
||||||
"io"
|
"io"
|
||||||
"net"
|
"net"
|
||||||
|
"github.com/mikespook/gearman-go/common"
|
||||||
)
|
)
|
||||||
|
|
||||||
// The agent of job server.
|
// The agent of job server.
|
||||||
|
Loading…
Reference in New Issue
Block a user