//go:build !windows package guard import "time" func Start(onViolation func(reason string)) {} func Stop() {} func SuppressFor(_ time.Duration) {}