mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-26 23:57:23 +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). |
||
|---|---|---|
| .. | ||
| discover | ||
| nat | ||
| crypto.go | ||
| crypto_test.go | ||
| message.go | ||
| message_test.go | ||
| peer.go | ||
| peer_error.go | ||
| peer_test.go | ||
| protocol.go | ||
| server.go | ||
| server_test.go | ||
| testlog_test.go | ||