1
0
镜像自地址 https://github.com/tuna/tunasync.git 已同步 2025-12-06 14:36:47 +00:00
文件
tunasync/worker/common.go
7IN0SAN9 563860d424 fix #63
2017-03-27 13:09:56 +08:00

14 行
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")