mirror of
https://github.com/prometheus-community/windows_exporter
synced 2025-01-25 08:43:44 +00:00
e6a15d4ec4
Signed-off-by: Jan-Otto Kröpke <mail@jkroepke.de>
8 lines
67 B
Go
8 lines
67 B
Go
//go:build windows
|
|
|
|
package pagefile
|
|
|
|
const (
|
|
usage = "% Usage"
|
|
)
|