StackExchange / wmi

WMI for Go
http://godoc.org/github.com/StackExchange/wmi
MIT License
433 stars 173 forks source link

fixed fetching arrays from wmi object properties #46

Closed graf0 closed 4 years ago

graf0 commented 5 years ago

fixed #42

graf0 commented 5 years ago

But I think that solution by Dmitry Karmazin, #41 is better.

captncraig commented 5 years ago

Ok, I merged #41, that should sort it, right?

graf0 commented 5 years ago

Ok, I merged #41, that should sort it, right?

Yes, I've just checked example with IPAddress property, which is array - works like charm, thanks! :)