rgbkrk / libvirt-go

[DEPRECATED] Go bindings for libvirt
https://github.com/libvirt/libvirt-go
MIT License
166 stars 50 forks source link

Added GetLibVersion and DomainCreateXML functions #30

Closed cbosdo closed 10 years ago

cbosdo commented 10 years ago

I'm starting to use libvirt-go to create a docker libvirt exec driver. Here are two functions I'll need for that.

alexzorin commented 10 years ago

Thank you, merged+go fmt.