StackExchange / wmi

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

no buildable Go source files #22

Closed vigneshr6 closed 7 years ago

vigneshr6 commented 7 years ago

I get this error whenever I run this command go get github.com/StackExchange/wmi

captncraig commented 7 years ago

What operating System are you using? This will only build on windows.

razbaa commented 7 years ago

I had this problem also. I confirm, it only compiles on windows.

gbrayut commented 7 years ago

This package uses Win32 calls so it will only work on Windows