tunasync/worker/common.go
2016-04-30 16:39:08 +08:00

14 lines
183 B
Go

package worker
// put global viables and types here
import (
"gopkg.in/op/go-logging.v1"
)
type empty struct{}
const maxRetry = 2
var logger = logging.MustGetLogger("tunasync")