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
Use context.Context for configurable timeouts (#12)
* use context.Context for timeouts
* don't support go pre 1.7
* readme update
* preserve sleep between check behavior
Fix false-positive with Go1.7's testing goroutine (#10)
* Change Travis config to trigger issue #9
* Fix#9 by ignoring the new goroutine from testing package