golang.org/x/mod/modfile.Error.Filename (field)
11 uses
golang.org/x/mod/modfile (current package)
read.go#L360: Filename: in.filename,
read.go#L391: Filename: in.filename,
rule.go#L164: Filename: file,
rule.go#L175: Filename: file,
rule.go#L215: Filename: f.Syntax.Name,
rule.go#L224: Filename: f.Syntax.Name,
rule.go#L590: Filename string
rule.go#L602: pos = fmt.Sprintf("%s:%d:%d: ", e.Filename, e.Pos.Line, e.Pos.LineRune)
rule.go#L604: pos = fmt.Sprintf("%s:%d: ", e.Filename, e.Pos.Line)
rule.go#L605: } else if e.Filename != "" {
rule.go#L606: pos = fmt.Sprintf("%s: ", e.Filename)
 |
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. |