@cryptotaxi247 / kubo / commits / b5f393ff4

link to go-{libp2p,ipld} package tables

addresses https://github.com/ipfs/go-ipfs/pull/5395#issuecomment-417215277 License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>

Steven Allen committed Sep 10, 2018 at 09:31 UTC b5f393ff46b47ea3cbbcf2487f65fc6cc49af2d6
1 file changed +5
README.md
+5
@@ -374,6 +374,11 @@ Listing of the main packages used in the IPFS ecosystem. There are also three sp
374 | [`go-ipfs-util`](//github.com/ipfs/go-ipfs-util) | [![Travis CI](https://travis-ci.org/ipfs/go-ipfs-util.svg?branch=master)](https://travis-ci.org/ipfs/go-ipfs-util) | N/A | [![codecov](https://codecov.io/gh/ipfs/go-ipfs-util/branch/master/graph/badge.svg)](https://codecov.io/gh/ipfs/go-ipfs-util) | the kitchen sink |
375 | [`go-ipfs-addr`](//github.com/ipfs/go-ipfs-addr) | [![Travis CI](https://travis-ci.org/ipfs/go-ipfs-addr.svg?branch=master)](https://travis-ci.org/ipfs/go-ipfs-addr) | N/A | [![codecov](https://codecov.io/gh/ipfs/go-ipfs-addr/branch/master/graph/badge.svg)](https://codecov.io/gh/ipfs/go-ipfs-addr) | utility functions for parsing IPFS multiaddrs |
376
377 +For brevity, we've omitted go-libp2p and go-ipld packages. These package tables can be found in their respective project's READMEs:
378 +
379 +* [go-libp2p](https://github.com/libp2p/go-libp2p#packages)
380 +* [go-ipld](https://github.com/ipld/go-ipld#packages)
381 +
382 ## Development
383
384 Some places to get you started on the codebase: