go/src/pkg/time
Brad Fitzpatrick 8159b6901f time: add more docs on Sleep
Merge the comment from runtime/time.goc ("at least")
and also note that negative is okay and won't crash.
I see people going out of their way to avoid passing
a negative value to Sleep.

R=golang-dev, adg, r, alex.brainman
CC=golang-dev
https://golang.org/cl/13271045
2013-08-28 11:16:55 -07:00
..
Makefile time: provide timezone abbreviations on windows 2013-06-06 16:30:25 +10:00
example_test.go time: improve the explanation of the working of Format and Parse 2013-04-22 11:36:17 -07:00
export_test.go time: fix time zones yet again. 2013-08-16 14:57:49 +10:00
export_windows_test.go time: provide timezone abbreviations on windows 2013-06-06 16:30:25 +10:00
format.go time: fix time zones yet again. 2013-08-16 14:57:49 +10:00
genzabbrs.go time: provide timezone abbreviations on windows 2013-06-06 16:30:25 +10:00
internal_test.go time: fix race 2013-01-14 14:09:42 -08:00
sleep.go time: add more docs on Sleep 2013-08-28 11:16:55 -07:00
sleep_test.go time: make timers heap 4-ary 2013-08-21 18:51:37 +04:00
sys_plan9.go os,time: fix Plan 9 build 2012-02-20 12:31:24 +11:00
sys_unix.go all: dragonfly support 2013-08-24 02:22:52 +10:00
sys_windows.go time: switch to using (uncompressed) zoneinfo zip file 2012-02-19 03:16:20 -05:00
tick.go time: clarify why timer.Stop and ticker.Stop don't close the channel 2012-11-08 23:25:48 +08:00
tick_test.go time: during short test, do not bother tickers take longer than expected 2012-03-07 01:10:55 +08:00
time.go time: make Time implement encoding interfaces 2013-08-14 00:34:00 -04:00
time_test.go all: protect alloc count tests by -testing.short 2013-08-21 14:00:45 +10:00
zoneinfo.go various: deleted unused items 2013-08-03 16:01:04 +10:00
zoneinfo_abbrs_windows.go time: provide timezone abbreviations on windows 2013-06-06 16:30:25 +10:00
zoneinfo_plan9.go os,time: fix Plan 9 build 2012-02-20 12:31:24 +11:00
zoneinfo_read.go various: deleted unused items 2013-08-03 16:01:04 +10:00
zoneinfo_unix.go all: dragonfly support 2013-08-24 02:22:52 +10:00
zoneinfo_windows.go time: find correct zone abbreviations even on non-English windows systems 2013-07-10 15:34:24 +10:00
zoneinfo_windows_test.go time: provide timezone abbreviations on windows 2013-06-06 16:30:25 +10:00