golang.org/x/tools/go/packages.Config.Context (field)

8 uses

	golang.org/x/tools/go/packages (current package)
		external.go#L81: 		cmd := exec.CommandContext(cfg.Context, tool, words...)
		golist.go#L135: 	parentCtx := cfg.Context
		golist.go#L945: 	stdout, stderr, friendlyErr, err := gocmdRunner.RunRaw(cfg.Context, inv)
		packages.go#L133: 	Context context.Context
		packages.go#L599: 	if ld.Context == nil {
		packages.go#L600: 		ld.Context = context.Background()
		packages.go#L1148: 		if ld.Config.Context.Err() != nil {
		packages.go#L1150: 			errors[i] = ld.Config.Context.Err()