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
Built-in ignores now match function names more accurately.
They will no longer ignore stacks because of file names
that look similar to function names. (#112)
Added
Add an IgnoreAnyFunction option to ignore stack traces
that have the provided function anywhere in the stack. (#113)
Ignore testing.runFuzzing and testing.runFuzzTests alongside
other already-ignored test functions (testing.RunTests, etc). (#105)
[#49]: Add option to ignore current goroutines, which checks for any additional leaks and allows for incremental adoption of goleak in larger projects.