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
We only use checkExpr to eventually find an *ast.FuncLit so we can call checkBlock. This is unnecessary code and recursive code which can be handled with ast.Inspect which is ment for this. It might also give us some speed improvement.