You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add /v2 suffix to import (oklog#47)
If we opt-in to modules with a non-v0 or v1 version, we have to
explicitly append /vX to the import path whenever we import.
This is infuriating.
TestMonotonicSafe fails sometimes (oklog#44)
* TestMonotonicSafe fails sometimes
* TestMonotonicSafe: vary seed and inc
* Check for MonotonicReader interface instead of *monotonic
* rm seed/inc variation in test, it's not relevant
* TestMonotonicSafe should use multiple goroutines
* t.Fatalf must be called in the same goroutine as the test