]> 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:32 +0000 (20:19 +0400)
committerDmitriy Vyukov <dvyukov@google.com>
Sat, 21 Jun 2014 16:19:32 +0000 (20:19 +0400)
LGTM=ruiu
R=golang-codereviews, ruiu
CC=golang-codereviews
https://golang.org/cl/109100046

doc/articles/race_detector.html

index 282db8ba40801322235c8e2d000562966ec5969c..32ad61de874b17d48eac316a52250528ff4772a8 100644 (file)
@@ -377,7 +377,8 @@ func (w *Watchdog) Start() {
 <h2 id="Supported_Systems">Supported Systems</h2>
 
 <p>
-The race detector runs on <code>darwin/amd64</code>, <code>linux/amd64</code>, and <code>windows/amd64</code>.
+The race detector runs on <code>darwin/amd64</code>, <code>freebsd/amd64</code>,
+<code>linux/amd64</code>, and <code>windows/amd64</code>.
 </p>
 
 <h2 id="Runtime_Overheads">Runtime Overhead</h2>