chore: gofmt

This commit is contained in:
song
2026-02-03 16:55:13 +08:00
parent 7cb5444dbb
commit f1aafbc06f
3 changed files with 5 additions and 3 deletions

View File

@@ -81,6 +81,7 @@ func ForwardBaseURLs() []string {
}
return reordered
}
// URLAvailability 管理 URL 可用性状态(带 TTL 自动恢复和动态优先级)
type URLAvailability struct {
mu sync.RWMutex