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