]> Cypherpunks repositories - gostls13.git/commit
runtime/race: improve public documentation
authorDmitriy Vyukov <dvyukov@google.com>
Mon, 13 May 2013 06:28:12 +0000 (10:28 +0400)
committerDmitriy Vyukov <dvyukov@google.com>
Mon, 13 May 2013 06:28:12 +0000 (10:28 +0400)
commit5a7e14c143333a0769b1f54e7373e8fc43f3acd5
tree2378f4ca45a5644f736c80ebeedfb1338db2b6b5
parent0ae5036b268648305496acc09e0875b258c95e0d
runtime/race: improve public documentation
Move the documentation from race.go to doc.go, because
race.go uses +build race, so it's not normally parsed by go doc.
Rephrase the documentation for end users, provide link to race
detector manual.
Fixes #5444.

R=golang-dev, minux.ma, adg, r
CC=golang-dev
https://golang.org/cl/9144050
src/pkg/runtime/race/doc.go [new file with mode: 0644]
src/pkg/runtime/race/race.go