go/doc.Example.Code (field)
7 uses
golang.org/x/pkgsite/internal/godoc/dochtml
dochtml.go#L364: return &printer.CommentedNode{Node: ex.Example.Code, Comments: ex.Comments}
dochtml.go#L366: return ex.Example.Code
golang.org/x/pkgsite/internal/godoc/dochtml/internal/render
linkify.go#L178: if ex == nil || ex.Code == nil {
linkify.go#L189: Node: ex.Code,
golang.org/x/pkgsite/internal/godoc/internal/doc
example.go#L26: Code ast.Node
example.go#L88: Code: f.Body,
example.go#L101: flist[0].Code = file
![]() |
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. |