undefined: "github.com/mikespook/golib/signal".Loop
Closed this issue · 1 comments
xingskycn commented
kentchentekiiMac-23868:gearman kentchen$ go run s1.go
command-line-arguments
./s1.go:73: undefined: "github.com/mikespook/golib/signal".Loop
mikespook commented
I redesigned API of the package golib/signal
recently that method Loop
has been changed into Wait
.
It will be OK after you upgrade the codes.