go/build.Context.UseAllFiles (field)
3 uses
go/build (current package)
build.go#L49: UseAllFiles bool // use files regardless of +build lines, file names
build.go#L1408: if !ctxt.goodOSArchFile(name, allTags) && !ctxt.UseAllFiles {
build.go#L1447: if !ok && !ctxt.UseAllFiles {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)