mirror of
https://github.com/Kpa-clawbot/meshcore-analyzer.git
synced 2026-07-04 11:11:49 +00:00
70fa16f760
Round-1 fix (C1): the package-level doc enumerated LoadChunked, loadStatusMiddleware, and OnChunkLoaded but never mentioned RunStartupLoad — the orchestrator that gates the bg loader on LoadChunked completion (#1809). Add it so future readers can find the entry point without grepping main.go. Pure doc change. Refs #1809, PR #1811.