zchee / go-qcow2

Manage the QEMU qcow2 disk image written in Go

Home Page:https://pkg.go.dev/github.com/zchee/go-qcow2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Manage the QEMU qcow2 disk image written in Go

https://pkg.go.dev/github.com/zchee/go-qcow2

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Go 90.4%Language:Assembly 8.8%Language:Makefile 0.8%