blob: 4adcd8f13ecaf726763e634b0ca46d68332f4e13 [file] [log] [blame]
// +build !linux,!windows
package reexec
import (
"os/exec"
)
func Command(args ...string) *exec.Cmd {
return nil
}