type go/doc.block
6 uses
go/doc (current package)
comment.go#L272: type block struct {
comment.go#L343: func blocks(text string) []block {
comment.go#L345: out []block
comment.go#L354: out = append(out, block{opPara, para})
comment.go#L389: out = append(out, block{opPre, pre})
comment.go#L401: out = append(out, block{opHead, []string{head}})
![]() |
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. |