refactor: rename namespace to 'collector'

This commit is contained in:
Martin Lindhe
2016-09-01 14:55:35 +02:00
parent f99a67b376
commit 2af46d9313
5 changed files with 8 additions and 8 deletions

5
collector/wmi.go Normal file
View File

@@ -0,0 +1,5 @@
package collector
const (
wmiNamespace = "wmi"
)