]> Cypherpunks repositories - gostls13.git/commit
[release-branch.go1.1] runtime/race: improve public documentation
authorAndrew Gerrand <adg@golang.org>
Mon, 13 May 2013 16:35:18 +0000 (09:35 -0700)
committerAndrew Gerrand <adg@golang.org>
Mon, 13 May 2013 16:35:18 +0000 (09:35 -0700)
commit6c7631126f0cad808dd4cc7c3c02ac9c2ff6e6c0
treef934a5115a352cee8dc71e9ca416f0395d592940
parent9294a08f1b2a8470fdb52504caf06a532a678b09
[release-branch.go1.1] runtime/race: improve public documentation

««« CL 9144050 / d29da2ced72b
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
»»»

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/9387043
src/pkg/runtime/race/doc.go [new file with mode: 0644]
src/pkg/runtime/race/race.go