fixed the import path

This commit is contained in:
mikespook 2012-12-30 22:23:40 +08:00
parent 90fb9859f4
commit d927d374de

View File

@ -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.