From fd234d68230373c735995e2af0a919cbf522cc09 Mon Sep 17 00:00:00 2001 From: Dmitriy Vyukov Date: Sat, 21 Jun 2014 20:19:32 +0400 Subject: [PATCH] doc: say that race detector is supported on freebsd LGTM=ruiu R=golang-codereviews, ruiu CC=golang-codereviews https://golang.org/cl/109100046 --- doc/articles/race_detector.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/articles/race_detector.html b/doc/articles/race_detector.html index 282db8ba40..32ad61de87 100644 --- a/doc/articles/race_detector.html +++ b/doc/articles/race_detector.html @@ -377,7 +377,8 @@ func (w *Watchdog) Start() {

Supported Systems

-The race detector runs on darwin/amd64, linux/amd64, and windows/amd64. +The race detector runs on darwin/amd64, freebsd/amd64, +linux/amd64, and windows/amd64.

Runtime Overhead