//go:build !windows package main import ( "context" "fmt" ) func runDebugFlow(_ context.Context) error { return fmt.Errorf("debug-flow requires Windows") }