feat: rename module from tal-tech to zeromicro (#1413)
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
package threading
|
||||
|
||||
import (
|
||||
"github.com/tal-tech/go-zero/core/lang"
|
||||
"github.com/tal-tech/go-zero/core/rescue"
|
||||
"github.com/zeromicro/go-zero/core/lang"
|
||||
"github.com/zeromicro/go-zero/core/rescue"
|
||||
)
|
||||
|
||||
// A TaskRunner is used to control the concurrency of goroutines.
|
||||
|
||||
Reference in New Issue
Block a user