go-qemu
go-qemu copied to clipboard
Issue 30
Here is one implementation of the Monitor using the https://github.com/rgbkrk/libvirt-go package. Let me know if you there is anything you would like me to change.
@mdlayher great points! Specially the use of interfaces for stubbing functions. I honestly didn't like my approach either, but no alternatives came to mind. I'll start working on this tonight.
Sounds good. Apologies for all the comments; just trying to keep things consistent throughout the repo where possible.
@mdlayher any feedback on my latest commits?