mirror of
https://github.com/golang/go.git
synced 2025-05-05 15:43:04 +00:00
Use time.After to avoid the finnicky antics of correctly resetting a time.Timer. Fixes golang/go#13749 Change-Id: I3f1ed17a31d981996e2bb7a8155c3ba0ec723c7d Reviewed-on: https://go-review.googlesource.com/19942 Reviewed-by: Dmitry Vyukov <dvyukov@google.com>