StackExchange / wmi

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

add support for string slices #19

Closed gesquive closed 7 years ago

gesquive commented 7 years ago

Pretty straight forward, this allows the library to decode string slices.

I have tested this with the IPAddress property in Win32_NetworkAdapterConfiguration so, it is a fix for #5

gbrayut commented 7 years ago

Thanks! I pushed the commit to the https://github.com/StackExchange/wmi/commits/next branch and will try to do some testing in the next few weeks.