Manage the QEMU qcow2 image format written in Go.
Fully implement the management of the qcow2 image format written in Go.
Without importing the C(cgo) files related to the QEMU.
Mainly, this package was written for docker-machine-driver-xhyve.
This project is released under the BSD license. Same as the typical Go packages.
qcow2 image format specifications is under the QEMU license.