Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 848 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 848 Bytes

libvirt-go

Go bindings for libvirt.

Versions

Please use the v1.x branch for libvirt 0.9.8 and below: gopkg.in/alexzorin/libvirt-go.v1 (docs).

The 2.x branch targets the 1.x version of libvirt: gopkg.in/alexzorin/libvirt-go.v2 [(docs)http://gopkg.in/alexzorin/libvirt-go.v2].

Make sure to have libvirt-dev package (or the development files otherwise somewhere in your include path)

Documentation

Contributing

Please fork and write tests.

Integration tests are available where functionality isn't provided by the test driver, see integration_test.go for more info.