stevedalton
Results
1
issues of
stevedalton
I believe the following demonstrates the issue: ``` c := clock.NewMock() go c.Ticker(time.Second).Stop() c.Add(time.Second) ``` Unfortunately, it's hard to get Go's race detector to catch this (I only ran it...