Juan Benet 10 years ago
parent
commit
ded0d9c510
1 changed files with 3 additions and 1 deletions
  1. 3 1
      README.md

+ 3 - 1
README.md

@@ -163,7 +163,7 @@ The IPFS Project is big -- there are many efforts subprojects and related effort
 
 
 | Language | Project | Completeness |
 | Language | Project | Completeness |
 |----------|---------|--------------|
 |----------|---------|--------------|
-| Go (reference) | https://github.com/ipfs/go-ipfs | reference |
+| Go | https://github.com/ipfs/go-ipfs | **reference** |
 | Javascript | https://github.com/ipfs/js-ipfs | incomplete |
 | Javascript | https://github.com/ipfs/js-ipfs | incomplete |
 | Python | https://github.com/ipfs/py-ipfs | starting |
 | Python | https://github.com/ipfs/py-ipfs | starting |
 
 
@@ -305,6 +305,8 @@ Other
 
 
 #### Implementation Submodules
 #### Implementation Submodules
 
 
+Many more exist, but we will endeavor to find them and add them here.
+
 * [api](https://github.com/ipfs/api) The APIs IPFS implementations must conform to, with planned test suites to check conformity.
 * [api](https://github.com/ipfs/api) The APIs IPFS implementations must conform to, with planned test suites to check conformity.
 * [go-ipld](https://github.com/ipfs/go-ipld) implementation of [the IPLD spec](https://github.com/ipfs/specs/tree/master/merkledag/ipld.md) in Go
 * [go-ipld](https://github.com/ipfs/go-ipld) implementation of [the IPLD spec](https://github.com/ipfs/specs/tree/master/merkledag/ipld.md) in Go
 * [js-ipfs-repo](https://github.com/ipfs/js-ipfs-repo) implementation of [the IPFS repo spec](https://github.com/ipfs/specs/tree/master/repo) in Javascript
 * [js-ipfs-repo](https://github.com/ipfs/js-ipfs-repo) implementation of [the IPFS repo spec](https://github.com/ipfs/specs/tree/master/repo) in Javascript