containerd/vendor/github.com/containerd/btrfs
Stephen J Day 23751c9ced
vendor: update btrfs dependency
Signed-off-by: Stephen J Day <stephen.day@docker.com>
2018-03-06 13:16:56 -08:00
..
btrfs.c vendor: move to use containerd/btrfs 2017-05-03 18:53:57 -07:00
btrfs.go vendor: update btrfs dependency 2018-03-06 13:16:56 -08:00
btrfs.h vendor: move to use containerd/btrfs 2017-05-03 18:53:57 -07:00
doc.go vendor: update btrfs dependency 2018-03-06 13:16:56 -08:00
helpers.go vendor: update btrfs dependency 2018-03-06 13:16:56 -08:00
info.go vendor: update btrfs dependency 2018-03-06 13:16:56 -08:00
ioctl.go vendor: update btrfs dependency 2018-03-06 13:16:56 -08:00
LICENSE vendor: move to use containerd/btrfs 2017-05-03 18:53:57 -07:00
README.md vendor: update btrfs dependency 2018-03-06 13:16:56 -08:00

go-btrfs

GoDoc Build Status

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.

Applying License Header to New Files

If you submit a contribution that adds a new file, please add the license header. You can do so manually or use the ltag tool:

$ go get github.com/kunalkushwaha/ltag
$ ltag -t ./license-templates

The above will add the appropriate licenses to Go files. New templates will need to be added if other kinds of files are added. Please consult the documentation at https://github.com/

License

The copyright to this repository is held by the The containerd Authors and the codebase is released under the Apache 2.0 license.