github.com/rita33cool1/iot-system-gateway@v0.0.0-20200911033302-e65bde238cc5/docker-engine/pkg/reexec/command_unsupported.go (about) 1 // +build !linux,!windows,!freebsd,!darwin 2 3 package reexec // import "github.com/docker/docker/pkg/reexec" 4 5 import ( 6 "os/exec" 7 ) 8 9 // Command is unsupported on operating systems apart from Linux, Windows, and Darwin. 10 func Command(args ...string) *exec.Cmd { 11 return nil 12 }