]> Cypherpunks repositories - gostls13.git/commitdiff
time: micro symbol for microseconds
authorRob Pike <r@golang.org>
Fri, 13 Jun 2014 00:19:33 +0000 (17:19 -0700)
committerRob Pike <r@golang.org>
Fri, 13 Jun 2014 00:19:33 +0000 (17:19 -0700)
R=rsc
CC=golang-codereviews
https://golang.org/cl/105930043

doc/go1.4.txt

index 78e4ea0c3ed60099aa0d1e6c876cb30346e4ee80..5127709d6077a8ce5e417690457edb44a7fa18df 100644 (file)
@@ -4,3 +4,5 @@ and should be mentioned in the Go 1.4 release notes.
 Please keep the descriptions to a single line, starting with the
 package or cmd/xxx directory name, and ending in a CL number.
 Please keep the list sorted (as in sort.Strings of the lines).
+
+time: use the micro symbol (ยต (U+00B5)) to print microsecond duration (CL 105030046)