go/src/pkg/time
Brad Fitzpatrick 509a1173a3 time: remove Time.FormatAppend
undo CL 8478044 / 0d28fd55e721

Lack of consensus.

««« original CL description
time: add Time.FormatAppend

This is a version of Time.Format that doesn't require allocation.

Fixes #5192
Update #5195

R=r
CC=gobot, golang-dev
https://golang.org/cl/8478044
»»»

R=r
CC=golang-dev
https://golang.org/cl/9462049
2013-05-21 14:32:09 -07: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 race 2013-01-14 14:09:42 -08:00
format.go time: remove Time.FormatAppend 2013-05-21 14:32:09 -07:00
internal_test.go time: fix race 2013-01-14 14:09:42 -08:00
sleep.go time: handle very large sleep durations 2013-02-26 09:23:58 +11:00
sleep_test.go time: stop 1ns timer in test 2013-04-26 11:08:50 +04:00
sys_plan9.go
sys_unix.go
sys_windows.go
tick.go
tick_test.go
time.go time: fix race 2013-01-14 14:09:42 -08:00
time_test.go all: Skip AllocsPerRun tests if GOMAXPROCS>1. 2013-03-06 15:52:32 -08:00
zoneinfo.go time: deal a bit better with time zones in Parse 2013-02-03 23:02:12 -05:00
zoneinfo_plan9.go
zoneinfo_read.go time: handle zone file with no transitions 2013-02-03 22:41:00 -05:00
zoneinfo_unix.go
zoneinfo_windows.go