//go:build !windows package deploy import "fmt" func StartSSHForward(_ SSHForwardMeta) (string, error) { return "", fmt.Errorf("ssh forward is Windows-only in this build") }