Merge remote-tracking branch 'upstream/master' into reference
Showing
.circleci/config.yml
0 → 100644
.github/config.yml
0 → 100644
.gitignore
0 → 100644
.gx/lastpubver
0 → 100644
LICENSE
0 → 100644
codecov.yml
0 → 100644
convert.go
0 → 100644
convert_test.go
0 → 100644
flatfs.go
0 → 100644
This diff is collapsed.
flatfs/main.go
0 → 100644
flatfs_test.go
0 → 100644
This diff is collapsed.
go.mod
0 → 100644
module github.com/ipfs/go-ds-flatfs | ||
require ( | ||
github.com/alexbrainman/goissue34681 v0.0.0-20191006012335-3fc7a47baff5 | ||
github.com/ipfs/go-datastore v0.4.4 | ||
github.com/ipfs/go-log v1.0.3 | ||
github.com/jbenet/goprocess v0.1.4 | ||
) | ||
go 1.13 |
go.sum
0 → 100644
key.go
0 → 100644
key_test.go
0 → 100644
readme.go
0 → 100644
rename.go
0 → 100644
rename_plan9.go
0 → 100644
shard.go
0 → 100644
sync.go
0 → 100644
util.go
0 → 100644
util_unix.go
0 → 100644
util_windows.go
0 → 100644
Please register or sign in to comment