func go/format.Node
4 uses
go/format (current package)
format.go#L54: func Node(dst io.Writer, fset *token.FileSet, node interface{}) error {
golang.org/x/pkgsite/internal/godoc/dochtml/internal/render
linkify.go#L184: if err := format.Node(&buf, r.fset, ex.Play); err != nil {
linkify.go#L192: if err := format.Node(&buf, r.fset, n); err != nil {
synopsis.go#L160: format.Node(buf, fset, node)
![]() |
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. |