go/ast.CommentGroup.End (method, view implemented interface methods)
6 uses
go/ast (current package)
ast.go#L83: func (g *CommentGroup) End() token.Pos { return g.List[len(g.List)-1].End() }
commentmap.go#L83: r.end = r.fset.Position(r.comment.End())
import.go#L141: if g.End() >= end {
go/doc
example.go#L270: if body.Pos() <= c.Pos() && c.End() <= body.End() {
example.go#L535: prevEnd = imp.Comment.End()
example.go#L602: if cg.End() > end {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)