diff options
| author | Dmitriy Vyukov <dvyukov@google.com> | 2013-01-02 16:38:47 +0400 |
|---|---|---|
| committer | Dmitriy Vyukov <dvyukov@google.com> | 2013-01-02 16:38:47 +0400 |
| commit | b2e9ca7f2ee9a93b01edaf5d42c94e6a6e848124 (patch) | |
| tree | bf169feba8eda07139e439d1eb1594969985ee46 /doc/docs.html | |
| parent | d5d046e3067594e234288f0e30b8825534d60675 (diff) | |
| download | go-b2e9ca7f2ee9a93b01edaf5d42c94e6a6e848124.tar.xz | |
doc: add race detector manual
R=minux.ma, franciscossouza, rsc, adg, adg
CC=golang-dev
https://golang.org/cl/6948043
Diffstat (limited to 'doc/docs.html')
| -rw-r--r-- | doc/docs.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/docs.html b/doc/docs.html index 9bb012a50a..256e1b915f 100644 --- a/doc/docs.html +++ b/doc/docs.html @@ -132,6 +132,7 @@ Guided tours of Go programs. <li><a href="/doc/gdb">Debugging Go Code with GDB</a></li> <li><a href="/doc/articles/godoc_documenting_go_code.html">Godoc: documenting Go code</a> - writing good documentation for <a href="/cmd/godoc/">godoc</a>.</li> <li><a href="http://blog.golang.org/2011/06/profiling-go-programs.html">Profiling Go Programs</a></li> +<li><a href="/doc/articles/race_detector.html">Data Race Detector</a> - testing Go programs for race conditions.</li> </ul> <h2 id="talks">Talks</h2> |
