go/printer.Config.Fprint (method)
7 uses
go/printer (current package)
printer.go#L1366: func (cfg *Config) Fprint(output io.Writer, fset *token.FileSet, node interface{}) error {
printer.go#L1376: return (&Config{Tabwidth: 8}).Fprint(output, fset, node)
go/format
format.go#L73: err := config.Fprint(&buf, fset, file)
format.go#L91: return config.Fprint(dst, fset, node)
internal.go#L105: err := cfg.Fprint(&buf, fset, file)
internal.go#L148: err := cfg.Fprint(&buf, fset, file)
golang.org/x/pkgsite/internal/godoc/dochtml/internal/render
linkify.go#L406: p.Fprint(&b, r.fset, decl)
 |
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. |