//go:build !windows // +build !windows package helper import ( "os/exec" ) func PrepareBackgroundCommand(cmd *exec.Cmd) { }