# panic: runtime error: integer divide by zero

- **ID:** `go/panic-runtime-error-integer-divide-by-zero`
- **Domain:** go
- **Category:** arithmetic_error
- **Verification:** official
- **Fix Rate:** 80%

## Root Cause

Integer division by zero. Check denominator before division.

## Version Compatibility

| Version | Status | Introduced | Deprecated |
|---------|--------|------------|------------|
| 1.x | active | — | — |
