Skip to content

zchee/go-qcow2

Folders and files

NameName
Last commit message
Last commit date
Oct 4, 2016
Jan 2, 2017
Sep 23, 2016
Sep 23, 2016
Jan 2, 2017
Sep 22, 2016
Oct 4, 2016
Aug 14, 2016
Jan 2, 2017
Jan 2, 2017
Jan 2, 2017
Jan 2, 2017
Jan 2, 2017
Jan 2, 2017
Jan 2, 2017
Jan 2, 2017
Jan 2, 2017
Jan 2, 2017
Jan 2, 2017

Repository files navigation

go-qcow2

GoDoc

Manage the QEMU qcow2 image format written in Go.

Project Goals

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.

License

This project is released under the BSD license. Same as the typical Go packages.

qcow2 image format specifications is under the QEMU license.