golang.org/x/tools/go/packages.Package.OtherFiles (field)
6 uses
golang.org/x/tools/go/packages (current package)
golist.go#L577: OtherFiles: absJoin(p.Dir, otherFiles(p)...),
golist_overlay.go#L421: if len(pkg.GoFiles) > 0 || len(pkg.CompiledGoFiles) > 0 || len(pkg.OtherFiles) > 0 {
packages.go#L320: OtherFiles []string
packages.go#L491: OtherFiles: p.OtherFiles,
packages.go#L520: OtherFiles: flat.OtherFiles,
packages.go#L794: ld.pkgs[i].OtherFiles = nil
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)