https://github.com/zchee/go-qcow2
Manage the QEMU qcow2 disk image written in Go
https://github.com/zchee/go-qcow2
go golang qcow2 qemu
Last synced: about 1 year ago
JSON representation
Manage the QEMU qcow2 disk image written in Go
- Host: GitHub
- URL: https://github.com/zchee/go-qcow2
- Owner: zchee
- License: bsd-3-clause
- Created: 2016-08-11T12:28:57.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-01-02T19:03:20.000Z (over 9 years ago)
- Last Synced: 2025-03-18T01:42:21.970Z (about 1 year ago)
- Topics: go, golang, qcow2, qemu
- Language: Go
- Homepage: https://pkg.go.dev/github.com/zchee/go-qcow2
- Size: 113 KB
- Stars: 61
- Watchers: 8
- Forks: 10
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
go-qcow2
========
[](https://godoc.org/github.com/zchee/go-qcow2)
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](https://github.com/zchee/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.