This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
packagetimer
import(
"fmt"
"math/rand"
"time"
"github.com/didi/nightingale/v5/models"
)
// 是个兜底扫描器,担心有些resource脱离id为1的preset的classpath
// 如果有发现,就把resource重新bind回来
funcBindOrphanRes(){
goloopBindOrphanRes()
}
funcloopBindOrphanRes(){
randtime:=rand.Intn(10000)
fmt.Printf("timer: bind orphan res: random sleep %dms\n",randtime)