type golang.org/x/mod/modfile.CommentBlock
8 uses
golang.org/x/mod/modfile (current package)
print.go#L88: case *CommentBlock:
print.go#L132: case *CommentBlock:
read.go#L257: type CommentBlock struct {
read.go#L262: func (x *CommentBlock) Span() (start, end Position) {
read.go#L649: case *CommentBlock:
read.go#L773: var cb *CommentBlock
read.go#L785: cb = &CommentBlock{Start: tok.pos}
rule.go#L115: f.Syntax.Stmt = append(f.Syntax.Stmt, &CommentBlock{
![]() |
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. |