You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
http://tip.golang.org/pkg/runtime/race/
contains:
"
Command race
Package race provides low-level facilities for data race detection.
This program is used to verify the race detector by running the tests and parsing their
output. It does not check stack correctness, completeness or anything else: it merely
verifies that if a test is expected to be racy then the race is detected.
"
This is package rather than a command, and the comment for the test driver should not be
visible here.
The text was updated successfully, but these errors were encountered:
««« 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
The text was updated successfully, but these errors were encountered: