StackExchange / wmi

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

Add support for slices of other uint and int types #48

Closed mikewalker125 closed 5 years ago

mikewalker125 commented 5 years ago

This change adds support other int and unit slice types. Previously, only uint8 was supported.