From: Dmitriy Vyukov Date: Sat, 21 Jun 2014 16:19:49 +0000 (+0400) Subject: doc: say that race detector is supported on freebsd X-Git-Tag: go1.4beta1~1244 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=9bfb66e962b631c2faf831ccc29ba5d4018ccf04;p=gostls13.git doc: say that race detector is supported on freebsd R=golang-codereviews CC=golang-codereviews https://golang.org/cl/103520044 --- diff --git a/doc/go1.4.txt b/doc/go1.4.txt index 5127709d60..dc9b416bdf 100644 --- a/doc/go1.4.txt +++ b/doc/go1.4.txt @@ -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)