func go/build.fileListForExt

4 uses

	go/build (current package)
		build.go#L839: 			} else if fileListForExt(p, ext) != nil {
		build.go#L855: 			if list := fileListForExt(p, ext); list != nil {
		build.go#L1000: func fileListForExt(p *Package, ext string) *[]string {
		build.go#L1393: 	if ext != ".go" && fileListForExt(&dummyPkg, ext) == nil {