golang.org/x/tools/go/packages.DriverResponse.Roots (field)

11 uses

	golang.org/x/tools/go/packages (current package)
		external.go#L66: 	Roots []string `json:",omitempty"`
		golist.go#L57: 	for _, root := range dr.Roots {
		golist.go#L105: 	r.dr.Roots = append(r.dr.Roots, id)
		golist.go#L288: 		isRoot := make(map[string]bool, len(dirResponse.Roots))
		golist.go#L289: 		for _, root := range dirResponse.Roots {
		golist.go#L331: 		response.Roots = append(response.Roots, "command-line-arguments")
		golist.go#L645: 			response.Roots = append(response.Roots, pkg.ID)
		packages.go#L786: 	roots := response.Roots