const go/token.COMMENT
8 uses
go/token (current package)
token.go#L24: COMMENT
token.go#L134: COMMENT: "COMMENT",
go/parser
parser.go#L288: for p.tok == token.COMMENT && p.file.Line(p.pos) <= endline+n {
parser.go#L322: if p.tok == token.COMMENT {
parser.go#L339: for p.tok == token.COMMENT {
go/scanner
scanner.go#L894: tok = token.COMMENT
golang.org/x/pkgsite/internal/godoc/dochtml/internal/render
linkify.go#L246: case token.COMMENT:
linkify.go#L447: case token.COMMENT:
![]() |
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. |