go/printer.printer.signature (method)
6 uses
go/printer (current package)
nodes.go#L385: func (p *printer) signature(params, result *ast.FieldList) {
nodes.go#L473: p.signature(ftyp.Params, ftyp.Results)
nodes.go#L550: p.signature(ftyp.Params, ftyp.Results)
nodes.go#L803: p.signature(x.Type.Params, x.Type.Results)
nodes.go#L948: p.signature(x.Params, x.Results)
nodes.go#L1780: p.signature(d.Type.Params, d.Type.Results)
![]() |
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. |