//go:build !windows package monitor func getDiskSpaceGB() (float64, float64) { return 0, 0 }