chore: common err resp log

This commit is contained in:
Noah Hsu
2022-06-28 18:12:53 +08:00
parent 67bc66fedf
commit d1efec4539
10 changed files with 68 additions and 56 deletions

View File

@ -15,7 +15,7 @@ import (
"github.com/pkg/errors"
)
var CopyTaskManager = task.NewTaskManager[uint64](3, func(tid *uint64) {
var CopyTaskManager = task.NewTaskManager(3, func(tid *uint64) {
atomic.AddUint64(tid, 1)
})