func golang.org/x/sys/execabs.Command
4 uses
golang.org/x/sys/execabs (current package)
execabs.go#L98: func Command(name string, arg ...string) *exec.Cmd {
golang.org/x/tools/internal/gocommand
invoke.go#L215: cmd := exec.Command("go", goArgs...)
invoke.go#L312: psCmd := exec.Command("ps", "axo", "ppid,pid,command")
invoke.go#L326: listFilesCmd := exec.Command(listFiles)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)