go/ast.Field.End (method, view implemented interface methods)
3 uses
go/ast (current package)
ast.go#L215: func (f *Field) End() token.Pos {
ast.go#L255: return f.List[n-1].End()
go/printer
nodes.go#L343: parLineEnd := p.lineFor(par.End())
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)