golang.org/x/mod/modfile.File.Exclude (field)
14 uses
golang.org/x/mod/modfile (current package)
rule.go#L41: Exclude []*Exclude
rule.go#L301: f.Exclude = append(f.Exclude, &Exclude{
rule.go#L688: for _, x := range f.Exclude {
rule.go#L690: f.Exclude[w] = x
rule.go#L694: f.Exclude = f.Exclude[:w]
rule.go#L837: for _, x := range f.Exclude {
rule.go#L846: f.Exclude = append(f.Exclude, &Exclude{Mod: module.Version{Path: path, Version: vers}, Syntax: f.Syntax.addLine(hint, "exclude", AutoQuote(path), vers)})
rule.go#L851: for _, x := range f.Exclude {
rule.go#L969: for _, x := range f.Exclude {
rule.go#L977: for _, x := range f.Exclude {
rule.go#L982: f.Exclude = excl
 |
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. |