From b5f393ff46b47ea3cbbcf2487f65fc6cc49af2d6 Mon Sep 17 00:00:00 2001 From: Steven Allen Date: Mon, 10 Sep 2018 09:31:16 -0700 Subject: [PATCH] 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 --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 1d033b170aa..647b4de2e48 100644 --- a/README.md +++ b/README.md @@ -374,6 +374,11 @@ Listing of the main packages used in the IPFS ecosystem. There are also three sp | [`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 | | [`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 | +For brevity, we've omitted go-libp2p and go-ipld packages. These package tables can be found in their respective project's READMEs: + +* [go-libp2p](https://github.com/libp2p/go-libp2p#packages) +* [go-ipld](https://github.com/ipld/go-ipld#packages) + ## Development Some places to get you started on the codebase: