From: Rob Pike Date: Fri, 10 Apr 2015 20:19:20 +0000 (-0700) Subject: doc/go1.5.txt: time.AppendFormat X-Git-Tag: go1.5beta1~1191 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=49a5a97eead27517b98c2c8c5bb40e9b69ccee7b;p=gostls13.git doc/go1.5.txt: time.AppendFormat Change-Id: I9e8a0dc152ef9403ff5ece0c161bda3a2f4448a8 Reviewed-on: https://go-review.googlesource.com/8760 Reviewed-by: Rob Pike --- diff --git a/doc/go1.5.txt b/doc/go1.5.txt index 7e310da847..2d50d19c52 100644 --- a/doc/go1.5.txt +++ b/doc/go1.5.txt @@ -45,6 +45,7 @@ syscall: Add Foreground and Pgid to SysProcAttr (https://golang.org/cl/5130) syscall: add missing Syscall9 for darwin/amd64 (https://golang.org/cl/6555) testing/quick: support generation of arrays (https://golang.org/cl/3865) text/template: add Options method (https://golang.org/cl/8462) +time: add time.AppendFormat(https://golang.org/cl/1760) Tools: