mirror of
https://github.com/ipfs/kubo.git
synced 2026-03-03 07:18:12 +08:00
I needed the network implementation in its own package, because I'll be writing several services that will plug into _it_ that shouldn't be part of the core net package. and then there were dependency conflicts. yay. mux + identify are good examples of what i mean. |
||
|---|---|---|
| .. | ||
| interface.go | ||
| mock_conn.go | ||
| mock_link.go | ||
| mock_net.go | ||
| mock_peernet.go | ||
| mock_printer.go | ||
| mock_stream.go | ||
| mock_test.go | ||
| mock.go | ||