go/types.Func.Signature (method)
4 uses
go/types (current package)
object.go#L422: func (obj *Func) Signature() *Signature {
object.go#L709: if obj.Signature().Recv() != nil {
subst.go#L364: sig := method.Signature()
golang.org/x/tools/go/types/typeutil
callee.go#L83: recv := f.Signature().Recv()
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)