aboutsummaryrefslogtreecommitdiff
path: root/doc/next/6-stdlib/99-minor/go/types/65772.md
blob: 33e949db3d94ff15afbcd34a2ebf1360d05af3f5 (plain)
1
2
3
4
The [`Func`](/go/types#Func) type, which represents a function or
method symbol, now has a [`Signature`](/go/types#Func.Signature)
method that returns the function's type, which is always a
`Signature`.