go/ast.Comment.End (method)
4 uses
go/ast (current package)
ast.go#L71: func (c *Comment) End() token.Pos { return token.Pos(int(c.Slash) + len(c.Text)) }
ast.go#L81: func (g *CommentGroup) End() token.Pos { return g.List[len(g.List)-1].End() }
go/doc
reader.go#L462: End: list[len(list)-1].End(),
golang.org/x/pkgsite/internal/godoc/internal/doc
reader.go#L466: End: list[len(list)-1].End(),
![]() |
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. |