go/ast.commentListReader.end (field)
5 uses
go/ast (current package)
commentmap.go#L84: pos, end token.Position // source interval of comment group at current index
commentmap.go#L95: r.end = r.fset.Position(r.comment.End())
commentmap.go#L183: for r.end.Offset <= qpos.Offset {
commentmap.go#L198: pgend.Line+1 == r.pos.Line && r.end.Line+1 < qpos.Line):
commentmap.go#L207: pend.Line+1 == r.pos.Line && r.end.Line+1 < qpos.Line ||
![]() |
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. |