mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-27 16:17:22 +00:00
Range expressions capture the length of the slice once before the first iteration. A range expression cannot be used here since the loop modifies the slice variable (including length changes). |
||
|---|---|---|
| .. | ||
| node.go | ||
| node_test.go | ||
| table.go | ||
| table_test.go | ||
| udp.go | ||
| udp_test.go | ||