go/build.Package.IgnoredOtherFiles (field)
6 uses
go/build (current package)
build.go#L416: IgnoredOtherFiles []string // non-.go source files ignored for this build
build.go#L840: p.IgnoredOtherFiles = append(p.IgnoredOtherFiles, name)
build.go#L987: p.IgnoredOtherFiles = append(p.IgnoredOtherFiles, Sfiles...)
build.go#L988: sort.Strings(p.IgnoredOtherFiles)
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |