6 lines
52 B
Go
6 lines
52 B
Go
|
package collectors
|
||
|
|
||
|
const (
|
||
|
wmiNamespace = "wmi"
|
||
|
)
|