mirror of
https://github.com/zeromicro/go-zero.git
synced 2026-05-14 02:10:00 +08:00
update package reference
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
package rescue
|
||||
|
||||
import "zero/core/logx"
|
||||
import "github.com/tal-tech/go-zero/core/logx"
|
||||
|
||||
func Recover(cleanups ...func()) {
|
||||
for _, cleanup := range cleanups {
|
||||
|
||||
Reference in New Issue
Block a user