aboutsummaryrefslogtreecommitdiff
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
commite209a0fa06f03f098b16381fc79aa6aea9210b18 (patch)
tree5bfa0ff2429541abc08fb4ff3535cfba6cd4397f
parent32d8b9ffb8a83dc0d82a1a7474f47ed9bc200b7e (diff)
downloadgo-e209a0fa06f03f098b16381fc79aa6aea9210b18.tar.xz
time: micro symbol for microseconds
R=rsc CC=golang-codereviews https://golang.org/cl/105930043
-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 78e4ea0c3e..5127709d60 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)