]> Cypherpunks repositories - gostls13.git/commitdiff
doc/go1.5.txt: time.AppendFormat
authorRob Pike <r@golang.org>
Fri, 10 Apr 2015 20:19:20 +0000 (13:19 -0700)
committerRob Pike <r@golang.org>
Fri, 10 Apr 2015 20:19:59 +0000 (20:19 +0000)
Change-Id: I9e8a0dc152ef9403ff5ece0c161bda3a2f4448a8
Reviewed-on: https://go-review.googlesource.com/8760
Reviewed-by: Rob Pike <r@golang.org>
doc/go1.5.txt

index 7e310da847793ee2073cfbe98b3821c3f5a75dbb..2d50d19c5246524aa21c8a6254b738f8a4063083 100644 (file)
@@ -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: