func golang.org/x/sys/execabs.CommandContext

2 uses

	golang.org/x/sys/execabs (current package)
		execabs.go#L83: func CommandContext(ctx context.Context, name string, arg ...string) *exec.Cmd {

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