golang.org/x/tools/go/packages.Package.OtherFiles (field)

5 uses

	golang.org/x/tools/go/packages (current package)
		golist.go#L522: 			OtherFiles:      absJoin(p.Dir, otherFiles(p)...),
		packages.go#L460: 	OtherFiles []string
		packages.go#L632: 		OtherFiles:      p.OtherFiles,
		packages.go#L661: 		OtherFiles:      flat.OtherFiles,
		packages.go#L982: 			ld.pkgs[i].OtherFiles = nil