mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-28 13:57:52 +08:00
@jbenet
previous impl read...
if !bytes.Equal(nextPeer.ID(), from.ID()) {
was translated to...
if nextPeer == from {
|
||
|---|---|---|
| .. | ||
| network_test.go | ||
| network.go | ||