]> Cypherpunks repositories - gostls13.git/commitdiff
doc: say that race detector is supported on freebsd
authorDmitriy Vyukov <dvyukov@google.com>
Sat, 21 Jun 2014 16:19:49 +0000 (20:19 +0400)
committerDmitriy Vyukov <dvyukov@google.com>
Sat, 21 Jun 2014 16:19:49 +0000 (20:19 +0400)
R=golang-codereviews
CC=golang-codereviews
https://golang.org/cl/103520044

doc/go1.4.txt

index 5127709d6077a8ce5e417690457edb44a7fa18df..dc9b416bdf8e90ddbdd6cf1903131f7689c9124d 100644 (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)