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. |
||
|---|---|---|
| .. | ||
| commands | ||
| daemon | ||
| .gitignore | ||
| bootstrap_test.go | ||
| bootstrap.go | ||
| core_test.go | ||
| core.go | ||
| datastore.go | ||
| mock.go | ||