Skip to content
This repository has been archived by the owner on Mar 27, 2024. It is now read-only.

Latest commit

 

History

History
25 lines (14 loc) · 380 Bytes

README.md

File metadata and controls

25 lines (14 loc) · 380 Bytes

go-btrfs

golang bindings for btrfs (libbtrfs)

Documentation

https://godoc.org/github.com/vbatts/go-btrfs/

Install

To build, the btrfs-progs headers will need to be present.

On fedora, run: dnf install btrfs-progs-devel On debian, run: apt-get install btrfs-tools

Then you can run:

go get github.com/vbatts/go-btrfs

LICENSE

See LICENSE docs.