From: Rob Pike Date: Fri, 13 Jun 2014 00:19:33 +0000 (-0700) Subject: time: micro symbol for microseconds X-Git-Tag: go1.4beta1~1297 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=e209a0fa06f03f098b16381fc79aa6aea9210b18;p=gostls13.git time: micro symbol for microseconds R=rsc CC=golang-codereviews https://golang.org/cl/105930043 --- 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)