go/ast.Ident.String (method)
8 uses
go/ast (current package)
ast.go#L578: func (id *Ident) String() string {
golang.org/x/pkgsite/internal/godoc/dochtml/internal/render
idents.go#L153: dids.recvType = decl.Specs[0].(*ast.TypeSpec).Name.String()
idents.go#L345: return n.String(), n
idents.go#L350: return prefix + "." + n.Sel.String(), n.Sel
idents.go#L352: return n.Sel.String(), n.Sel
linkify.go#L626: m[id] = idKind{SafeGoID(ts.Name.String() + "." + id.String()), kind}
linkify.go#L642: m[id] = idKind{SafeGoID(ts.Name.String() + "." + typeName), kind}
![]() |
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. |