Yell at people about the memory bug
1 file changed
tree: 8d41862a79749c48b22d09005195dfdd2966c113
  1. wmi/
  2. json.go
  3. LICENSE
  4. README.md
  5. wmi.go
  6. wmi_test.go
README.md

wmi

WMI interface for Go with a database/sql interface

WARNING

Due to a memory bug only use the wmi package in its own executable and never within a package. This executable must disable the GC and should either exit after running a query or safely exit after running N queries (since memory use will go up). See this github issue for more details.