go/ast.Field.Pos (method, view implemented interface methods)
6 uses
go/ast (current package)
ast.go#L204: func (f *Field) Pos() token.Pos {
ast.go#L242: return f.List[0].Pos()
go/printer
nodes.go#L343: parLineBeg := p.lineFor(par.Pos())
nodes.go#L352: p.print(par.Pos())
nodes.go#L538: p.linebreak(p.lineFor(f.Pos()), 1, ignore, p.linesFrom(line) > 0)
nodes.go#L594: p.linebreak(p.lineFor(f.Pos()), min, ignore, p.linesFrom(line) > 0)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)