1
0
mirror of https://github.com/golang/go synced 2024-10-07 03:21:21 -06:00
go/src/pkg/time
Rob Pike f383062e01 time.NewTicker: panic for intervals <= 0.
Not absolutely certain it's right to do this, but since there's
no error value coming back, it seems reasonable.

Fixes #1392.

R=rsc, adg
CC=golang-dev
https://golang.org/cl/3896042
2011-01-07 14:41:46 -08:00
..
format.go time: explain the formats a little better. 2010-12-16 13:25:41 -08:00
Makefile remove nacl 2010-12-15 11:49:23 -05:00
sleep_test.go time: fix build 2010-12-06 16:22:32 -05:00
sleep.go time: make After use fewer goroutines and host processes. 2010-12-06 14:19:30 -05:00
tick_test.go throughout: fix broken calls to Printf etc. 2010-12-07 16:42:54 -05:00
tick.go time.NewTicker: panic for intervals <= 0. 2011-01-07 14:41:46 -08:00
time_test.go gofmt -s -w src misc 2010-10-22 10:06:33 -07:00
time.go time: do not segment time strings by character class. 2010-03-30 14:54:32 -07:00
zoneinfo_unix.go once: replace all uses of package once with sync.Once. 2010-08-06 06:14:41 +10:00
zoneinfo_windows.go fix windows build 2010-08-06 09:42:55 +10:00