tunasync/worker/common.go
2017-03-27 13:09:56 +08:00

14 lines
190 B
Go

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