golang.org/x/mod/modfile.input.file (field)
21 uses
golang.org/x/mod/modfile (current package)
read.go#L333: file *FileSyntax // returned top-level syntax tree
read.go#L379: in.file.Name = in.filename
read.go#L384: return in.file, nil
read.go#L674: in.order(in.file)
read.go#L709: in.file.After = append(in.file.After, line...)
read.go#L761: in.file.Before = append(in.file.Before, suffix...)
read.go#L772: in.file = new(FileSyntax)
read.go#L779: in.file.Stmt = append(in.file.Stmt, cb)
read.go#L791: in.file.Stmt = append(in.file.Stmt, cb)
read.go#L797: in.file.Stmt[len(in.file.Stmt)-1].Comment().Before = cb.Before
read.go#L813: in.file.Stmt = append(in.file.Stmt, &Line{
read.go#L823: in.file.Stmt = append(in.file.Stmt, in.parseLineBlock(start, tokens, tok))
read.go#L830: in.file.Stmt = append(in.file.Stmt, &LineBlock{
 |
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. |