]> Cypherpunks repositories - gostls13.git/commit
time: panic with a more helpful error on use of invalid Timer
authorBrad Fitzpatrick <bradfitz@golang.org>
Tue, 21 Oct 2014 11:26:40 +0000 (13:26 +0200)
committerBrad Fitzpatrick <bradfitz@golang.org>
Tue, 21 Oct 2014 11:26:40 +0000 (13:26 +0200)
commitab4af52a9b3f821a96daa5fcbf86ac1fed4343a3
tree7ec1f716207894674345474a0d116e4a531f8173
parent93fcb922570ac3b601f5addbe408866641783dac
time: panic with a more helpful error on use of invalid Timer

Fixes #8721

LGTM=rsc
R=r, rsc
CC=golang-codereviews
https://golang.org/cl/155620045
src/time/sleep.go
src/time/sleep_test.go