golang.org/x/mod/modfile.input.filename (field)
6 uses
golang.org/x/mod/modfile (current package)
read.go#L324: filename string // name of input file, for errors
read.go#L343: filename: filename,
read.go#L360: Filename: in.filename,
read.go#L379: in.file.Name = in.filename
read.go#L391: Filename: in.filename,
read.go#L874: in.Error(fmt.Sprintf("syntax error (unterminated block started at %s:%d:%d)", in.filename, x.Start.Line, x.Start.LineRune))
![]() |
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. |