go-nbdkit/README.md

6 lines
444 B
Markdown
Raw Normal View History

2020-09-28 18:43:50 +00:00
# go-nbdkit
Importable Golang bindings for nbdkit, extracted from official libguestfs.org releases.
This repository includes all the auto-generated golang files from the official libguestfs.org releases of nbdkit, so that the bindings can be imported with `go.mod` or `go get`. This is intended as a temporary measure to allow [CDI](https://github.com/kubevirt/containerized-data-importer) to make use of nbdkit plugins for functional tests.