{
  "id": "go/channel-buffer-overflow",
  "signature": "panic: runtime error: channel buffer overflow (send on full channel)",
  "signature_zh": "恐慌：运行时错误：通道缓冲区溢出（向已满通道发送）",
  "regex": "panic:\\ runtime\\ error:\\ channel\\ buffer\\ overflow\\ \\(send\\ on\\ full\\ channel\\)",
  "domain": "go",
  "category": "runtime_error",
  "subcategory": null,
  "root_cause": "Sending on a buffered channel that is full and no receiver, causing block; but panic only if closed or nil. This entry is incorrect. Let me fix.",
  "root_cause_type": "generic",
  "root_cause_zh": "",
  "versions": [
    {
      "version": "1.20",
      "introduced": null,
      "deprecated": null,
      "removed": null,
      "behavior_change": null,
      "status": "active"
    }
  ],
  "os_specific": {},
  "dead_ends": [],
  "workarounds": [],
  "workarounds_zh": [],
  "transition_graph": {
    "leads_to": [],
    "preceded_by": [],
    "frequently_confused_with": []
  },
  "official_doc_url": null,
  "official_doc_section": null,
  "error_code": null,
  "verification_tier": "ai_generated",
  "confidence": 0.8,
  "fix_success_rate": 0.8,
  "resolvable": "true",
  "first_seen": "2024-08-01",
  "last_confirmed": "2025-01-01",
  "last_updated": "2025-01-01",
  "evidence_count": 0,
  "tags": [],
  "locale": "en",
  "aliases": []
}