chore: move errors

This commit is contained in:
Noah Hsu
2022-06-23 15:57:10 +08:00
parent 2612cd7f1c
commit c3040fdfc3
8 changed files with 22 additions and 27 deletions

View File

@ -9,7 +9,7 @@ import (
"time"
)
var TaskManager = task.NewTaskManager[string](3)
var downTaskManager = task.NewTaskManager[string](3)
var notify = NewNotify()
var client rpc.Client