func go/doc.commentEscape
5 uses
go/doc (current package)
comment.go#L33: func commentEscape(w io.Writer, text string, nice bool) {
comment.go#L107: commentEscape(w, line[0:m[0]], nice)
comment.go#L156: commentEscape(w, match, nice)
comment.go#L167: commentEscape(w, line, nice)
comment.go#L327: commentEscape(w, line, true)
 |
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. |