File tree Expand file tree Collapse file tree 1 file changed +7
-13
lines changed Expand file tree Collapse file tree 1 file changed +7
-13
lines changed Original file line number Diff line number Diff line change @@ -5,27 +5,21 @@ go-block-format
5
5
[ ![ ] ( https://img.shields.io/badge/project-IPFS-blue.svg?style=flat-square )] ( http://ipfs.io/ )
6
6
[ ![ ] ( https://img.shields.io/badge/freenode-%23ipfs-blue.svg?style=flat-square )] ( http://webchat.freenode.net/?channels=%23ipfs )
7
7
[ ![ Coverage Status] ( https://codecov.io/gh/ipfs/go-block-format/branch/master/graph/badge.svg )] ( https://codecov.io/gh/ipfs/go-block-format/branch/master )
8
- [ ![ Travis CI] ( https://travis-ci.org/ipfs/go-block-format.svg?branch=master )] ( https://travis-ci.org/ipfs/go-block-format )
8
+ [ ![ Build Status] ( https://img.shields.io/github/actions/workflow/status/ipfs/go-block-format/go-test.yml?branch=master )] ( https://github.com/ipfs/go-block-format/actions )
9
+ [ ![ GoDoc] ( https://pkg.go.dev/badge/github.com/ipfs/go-block-format )] ( https://pkg.go.dev/github.com/ipfs/go-block-format )
9
10
10
11
> go-block-format is a set of interfaces that a type needs to implement in order to be a CID addressable block of data.
11
12
12
- ## Lead Maintainer
13
-
14
- [ Eric Myhre] ( https://github.com/warpfork )
15
-
16
13
## Table of Contents
17
14
18
- - [ Install] ( #install )
19
- - [ Usage] ( #usage )
20
- - [ API] ( #api )
15
+ - [ Background] ( #background )
16
+ - [ Documentation] ( #documentation )
21
17
- [ Contribute] ( #contribute )
22
18
- [ License] ( #license )
23
19
24
- ## Install
20
+ ## Documentation
25
21
26
- ``` sh
27
- make install
28
- ```
22
+ https://pkg.go.dev/github.com/ipfs/go-block-format
29
23
30
24
## Contribute
31
25
@@ -35,4 +29,4 @@ Small note: If editing the Readme, please conform to the [standard-readme](https
35
29
36
30
## License
37
31
38
- MIT © Juan Batiz-Benet
32
+ MIT
You can’t perform that action at this time.
0 commit comments