type golang.org/x/mod/modfile.Exclude
6 uses
golang.org/x/mod/modfile (current package)
rule.go#L41: Exclude []*Exclude
rule.go#L68: type Exclude struct {
rule.go#L301: f.Exclude = append(f.Exclude, &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#L854: *x = Exclude{}
rule.go#L976: var excl []*Exclude
 |
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. |