1
0
mirror of https://github.com/golang/go synced 2024-11-27 02:11:17 -07:00

doc: say that race detector is supported on freebsd

R=golang-codereviews
CC=golang-codereviews
https://golang.org/cl/103520044
This commit is contained in:
Dmitriy Vyukov 2014-06-21 20:19:49 +04:00
parent fd234d6823
commit 9bfb66e962

View File

@ -5,4 +5,5 @@ 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).
runtime/race: freebsd is supported (CL 107270043)
time: use the micro symbol (µ (U+00B5)) to print microsecond duration (CL 105030046)