1
0
mirror of https://github.com/golang/go synced 2024-11-19 11:04:47 -07:00
go/doc/go1.4.txt

9 lines
392 B
Plaintext
Raw Normal View History

This file collects notes about what has changed since Go 1.3
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)