summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRob Pike <r@golang.org>2014-06-12 17:19:33 -0700
committerRob Pike <r@golang.org>2014-06-12 17:19:33 -0700
commit83d487dfcb79cf002a75a81694814ea7f00ba93a (patch)
tree9b9a3e3d57bffdc42dc3a7b54249f00f89a1bd85 /doc
parent2e41f1faeb91db853148f6de790e5393698a0d1c (diff)
downloadgo-83d487dfcb79cf002a75a81694814ea7f00ba93a.tar.gz
time: micro symbol for microseconds
R=rsc CC=golang-codereviews https://codereview.appspot.com/105930043
Diffstat (limited to 'doc')
-rw-r--r--doc/go1.4.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/go1.4.txt b/doc/go1.4.txt
index 78e4ea0c3..5127709d6 100644
--- a/doc/go1.4.txt
+++ b/doc/go1.4.txt
@@ -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)