rgbkrk / libvirt-go

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

Added VirDomain.GetID() #37

Closed cbosdo closed 10 years ago

alexzorin commented 10 years ago

Any reason this does not return (uint, error) (to be Go-idiomatic and match GetUUID)?

cbosdo commented 10 years ago

No, just fixed that.