]> Cypherpunks repositories - gostls13.git/commit
time: add Time.FormatAppend
authorBrad Fitzpatrick <bradfitz@golang.org>
Thu, 16 May 2013 00:23:40 +0000 (17:23 -0700)
committerBrad Fitzpatrick <bradfitz@golang.org>
Thu, 16 May 2013 00:23:40 +0000 (17:23 -0700)
commit0af302f50745b93e90a4507993a555d246acef45
treecb021d24d4324deb57930a95fc3dddf43a0c2cd5
parentf7b5a01999a7bf9f84ee53768a42980804bef85f
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
src/pkg/time/format.go