Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deleting datatransfer files #19

Merged
merged 2 commits into from
Dec 19, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ import (
ipld "github.com/ipfs/go-ipld-format"
"github.com/stretchr/testify/assert"

"github.com/filecoin-project/go-fil-components/datatransfer/impl"
"github.com/filecoin-project/go-fil-components/filestore/file"
)
```
Expand Down
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ Separating an implementation into a blockchain component and one or more mining

## Components

* [datatransfer](./datatransfer), a module that enables sending data
over [libp2p](https://github.com/libp2p) using
[ipfs/go-graphsync](https://github.com/ipfs/go-graphsync)
* [filestore](https://github.com/filecoin-project/go-fil-components/filestore), ...

## Contributing
Expand Down
17 changes: 0 additions & 17 deletions datatransfer/Makefile

This file was deleted.

177 changes: 0 additions & 177 deletions datatransfer/README.md

This file was deleted.

Loading