template/pkg/result
djmil 974fed55d3 happy path perf optimization
move goroutineID() inside the defer, guarded by !finished. It's safe — Goexit runs defers in the same goroutine, so the ID is stable.
2026-04-23 20:02:34 +00:00
..
bench_test.go performance benchmark 2026-04-23 19:50:02 +00:00
doc.go runtime.Goexit() instead of panic 2026-04-23 18:48:31 +00:00
example_test.go runtime.Goexit() instead of panic 2026-04-23 18:48:31 +00:00
result.go happy path perf optimization 2026-04-23 20:02:34 +00:00