mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 23:26:44 +00:00
fmt
This commit is contained in:
parent
a57d21166a
commit
b05c336a83
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ import "go.uber.org/goleak"
|
||||||
|
|
||||||
func IgnoreList() []goleak.Option {
|
func IgnoreList() []goleak.Option {
|
||||||
return []goleak.Option{
|
return []goleak.Option{
|
||||||
// a list of goroutne leaks that
|
// a list of goroutne leaks that hard to fix due to external dependencies or too big refactoring needed
|
||||||
goleak.IgnoreTopFunction("github.com/ethereum/go-ethereum/core.(*txSenderCacher).cache"),
|
goleak.IgnoreTopFunction("github.com/ethereum/go-ethereum/core.(*txSenderCacher).cache"),
|
||||||
goleak.IgnoreTopFunction("github.com/rjeczalik/notify.(*recursiveTree).dispatch"),
|
goleak.IgnoreTopFunction("github.com/rjeczalik/notify.(*recursiveTree).dispatch"),
|
||||||
goleak.IgnoreTopFunction("github.com/rjeczalik/notify.(*nonrecursiveTree).dispatch"),
|
goleak.IgnoreTopFunction("github.com/rjeczalik/notify.(*nonrecursiveTree).dispatch"),
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue