Unverified Commit f10507e3 authored by Eric Myhre's avatar Eric Myhre Committed by GitHub

Merge pull request #77 from ipfs/notice

Add notice directing new projects to codec/dagcbor
parents f689d2bb b4871b40
......@@ -9,6 +9,12 @@ go-ipld-cbor
> An implementation of a cbor encoded merkledag object.
## Status
This library **has alternatives available**: For new projects, prefer using the [cbor codec](https://github.com/ipld/go-ipld-prime/tree/master/codec/dagcbor) included with [go-ipld-prime](https://github.com/ipld/go-ipld-prime).
This library is in **standby** mode. It works, but we recommend migrating to alternatives if possible. New features are unlikely to be added here.
## Lead Maintainer
[Eric Myhre](https://github.com/warpfork)
......@@ -29,7 +35,7 @@ make install
## Usage
TODO: Right now this package isn't the easiest to use, it will be getting better rapidly, soon.
Note: This package isn't the easiest to use.
```go
// Make an object
obj := map[interface{}]interface{}{
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment