github.com/pritambaral/docker@v1.4.2-0.20150120174542-b2fe1b3dd952/pkg/reexec/command_unsupported.go (about) 1 // +build !linux 2 3 package reexec 4 5 import ( 6 "os/exec" 7 ) 8 9 func Command(args ...string) *exec.Cmd { 10 return nil 11 }