func go/doc.lastComment
3 uses
go/doc (current package)
example.go#L117: if _, last := lastComment(b, comments); last != nil {
example.go#L416: i, last := lastComment(body, comments)
example.go#L434: func lastComment(b *ast.BlockStmt, c []*ast.CommentGroup) (i int, last *ast.CommentGroup) {
 |
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. |