From dc5c405f6afb9fc59ba73e7dbc7cd3564983ae6e Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 29 Mar 2025 11:37:59 +0200 Subject: more on this --- internal/flamegraph/worker.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/flamegraph/worker.go') diff --git a/internal/flamegraph/worker.go b/internal/flamegraph/worker.go index 6c2b9cd..e47329e 100644 --- a/internal/flamegraph/worker.go +++ b/internal/flamegraph/worker.go @@ -17,7 +17,7 @@ type worker struct { func newWorker() worker { return worker{ collapsed: make(collapsed), // COLLAPSED: Retire ocne newIorData implemented - iod: newIorData(), + iod: newIorData(), // TODO: make flags global, so i don't have to pass them through the whole code base } } -- cgit v1.2.3