clean up unused nats code
Signed-off-by: Akihiro Suda <suda.akihiro@lab.ntt.co.jp>
This commit is contained in:
16
vendor/github.com/stevvooe/continuity/README.md
generated
vendored
Normal file
16
vendor/github.com/stevvooe/continuity/README.md
generated
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
# continuity
|
||||
|
||||
A transport-agnostic, filesystem metadata manifest system
|
||||
|
||||
This project is a staging area for experiments in providing transport agnostic
|
||||
metadata storage.
|
||||
|
||||
Please see https://github.com/opencontainers/specs/issues/11 for more details.
|
||||
|
||||
## Building Proto Package
|
||||
|
||||
If you change the proto file you will need to rebuild the generated Go with `go generate`.
|
||||
|
||||
```
|
||||
go generate ./proto
|
||||
```
|
||||
18
vendor/github.com/stevvooe/go-btrfs/README.md
generated
vendored
Normal file
18
vendor/github.com/stevvooe/go-btrfs/README.md
generated
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
# go-btrfs
|
||||
[](https://godoc.org/github.com/stevvooe/go-btrfs) [](https://travis-ci.org/stevvooe/go-btrfs)
|
||||
|
||||
Native Go bindings for btrfs.
|
||||
|
||||
# Status
|
||||
|
||||
These are in the early stages. We will try to maintain stability, but please
|
||||
vendor if you are relying on these directly.
|
||||
|
||||
# Contribute
|
||||
|
||||
This package may not cover all the use cases for btrfs. If something you need
|
||||
is missing, please don't hesitate to submit a PR.
|
||||
|
||||
Note that due to struct alignment issues, this isn't yet fully native.
|
||||
Preferrably, this could be resolved, so contributions in this direction are
|
||||
greatly appreciated.
|
||||
Reference in New Issue
Block a user