You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
interfaceMethods map in the interface analyzer seems to not be used for anything
// Check if the function is defined on an interface typeif_, ok:=x.Type.Results.List[0].Type.(*ast.InterfaceType); ok {
interfaceMethods[x.Name.Name] =struct{}{}