refactor: standardize code comments

This commit is contained in:
tinkle-community
2025-12-08 01:40:48 +08:00
parent 0636ced476
commit a12c0ae8c9
103 changed files with 5466 additions and 5468 deletions

View File

@@ -20,7 +20,7 @@ type cachedDecision struct {
Decision *decision.FullDecision `json:"decision"`
}
// AICache 持久化 AI 决策,便于重复回测或重放。
// AICache persists AI decisions for repeated backtesting or replay.
type AICache struct {
mu sync.RWMutex
path string