This repository was archived by the owner on Jun 19, 2023. It is now read-only.
File tree 2 files changed +2
-4
lines changed
2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 1
1
MIT License
2
2
3
- Copyright (c) 2018 IPFS
3
+ Copyright (c) 2020 Protocol Labs
4
4
5
5
Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 4
4
[ ![ ] ( https://img.shields.io/badge/project-IPFS-blue.svg?style=flat-square )] ( http://ipfs.io/ )
5
5
[ ![ standard-readme compliant] ( https://img.shields.io/badge/standard--readme-OK-green.svg?style=flat-square )] ( https://github.com/RichardLitt/standard-readme )
6
6
[ ![ GoDoc] ( https://godoc.org/github.com/ipfs/go-ipfs-blockstore?status.svg )] ( https://godoc.org/github.com/ipfs/go-ipfs-blockstore )
7
- [ ![ Build Status] ( https://travis-ci.org /ipfs/go-ipfs-blockstore.svg?branch=master )] ( https://travis-ci.org /ipfs/go-ipfs-blockstore )
7
+ [ ![ Build Status] ( https://travis-ci.com /ipfs/go-ipfs-blockstore.svg?branch=master )] ( https://travis-ci.com /ipfs/go-ipfs-blockstore )
8
8
9
9
> go-ipfs-blockstore implements a thin wrapper over a datastore, giving a clean interface for Getting and Putting block objects.
10
10
@@ -36,8 +36,6 @@ import "github.com/ipfs/go-ipfs-blockstore"
36
36
37
37
Check the [ GoDoc documentation] ( https://godoc.org/github.com/ipfs/go-ipfs-blockstore )
38
38
39
- This module uses [ Gx] ( https://github.com/whyrusleeping/gx ) to manage dependencies. You can use ` make all ` to build it with the ` gx ` dependencies.
40
-
41
39
## Contribute
42
40
43
41
PRs accepted.
You can’t perform that action at this time.
0 commit comments