mirror of
https://github.com/prometheus-community/windows_exporter.git
synced 2026-02-13 08:26:37 +00:00
8 lines
67 B
Go
8 lines
67 B
Go
//go:build windows
|
|
|
|
package pagefile
|
|
|
|
const (
|
|
usage = "% Usage"
|
|
)
|