tison
tison
@acumino another issue I spot on `.gitignore` is that a global `.gitignore` doesn't take effect.
@abhinav thanks for your suggestion, I'll think of it. The solution in #65 is just what I implement for [pingcap/tidb](https://github.com/pingcap/tidb) for the same purpose, it is finished out of the...
> GO-888 Is this a ticket number of uber internal issue tracker? I guess it is a golang discussion but fail to find it.
@abhinav between these two suggestion, I prefer #65 . It accepts the return code so that we may skip callbacks or customize logics. Besides, `Option` is used already to ignore...
@abhinav today I find a time to attempt the idea you proposed above about a new `Option`. It can be defined as: ```go type opts struct { filters []func(stack.Stack) bool...
cc @abhinav @prashantv PTAL
ping @abhinav @prashantv
ping @abhinav @prashantv
closed in favor of https://github.com/uber-go/goleak/pull/78
@mflatt what's the progress of this PR?