We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
var wg sync.WaitGroup func TestWaitGroupGlobal(t *testing.T) { synctest.Run(func() { wg.Go(func() {}) wg.Wait() }) }
fatal error: getOrSetBubbleSpecial on invalid pointer
The problem is that wg isn't in any span, and we can only associate specials with objects in spans.
wg