func os/exec.CommandContext

2 uses

	os/exec (current package)
		exec.go#L478: func CommandContext(ctx context.Context, name string, arg ...string) *Cmd {

	golang.org/x/tools/go/packages
		external.go#L120: 		cmd := exec.CommandContext(cfg.Context, tool, words...)