StackExchange / wmi

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

Make go get compatible #7

Closed stevenh closed 9 years ago

stevenh commented 9 years ago

Added +build windows to all existing source files.

Added go-get.go which compiles for !windows so there is at least one file to compile.

The one line other change was due to go fmt hence its a no-op.