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