You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 22, 2022. It is now read-only.
First, thanks a lot for this library, it's pretty useful to access easily data through wmi query.
We have one issue with some wmi class (Win32_Fan in our case, but basically most of class) as the class name is invalid for golint as it contains an underscore. That's a blocker as CreateQuery use the type name to build the query.
This PR : #24 gives a solution to that, would it be possible to merge it?
Cheers,
Moe
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
First, thanks a lot for this library, it's pretty useful to access easily data through wmi query.
We have one issue with some wmi class (Win32_Fan in our case, but basically most of class) as the class name is invalid for golint as it contains an underscore. That's a blocker as CreateQuery use the type name to build the query.
This PR : #24 gives a solution to that, would it be possible to merge it?
Cheers,
Moe
The text was updated successfully, but these errors were encountered: