blob: e1abbf0277f54248bfedc3c99b0a98c46f9dbddd (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<h1> Package race </h1> <ul id="short-nav">
<li><code>import "runtime/race"</code></li>
<li><a href="#pkg-overview" class="overviewLink">Overview</a></li>
<li><a href="#pkg-index" class="indexLink">Index</a></li>
<li><a href="#pkg-subdirectories">Subdirectories</a></li>
</ul> <h2 id="pkg-overview">Overview </h2> <p>Package race implements data race detection logic. No public interface is provided. For details about the race detector see <a href="https://golang.org/doc/articles/race_detector.html">https://golang.org/doc/articles/race_detector.html</a> </p> <h2 id="pkg-index">Index </h2> <h3>Package files</h3> <p> <span>doc.go</span> <span>race_v1_amd64.go</span> </p> <h2 id="pkg-subdirectories">Subdirectories</h2> <div class="pkg-dir"> <table> <tr> <th class="pkg-name">Name</th> <th class="pkg-synopsis">Synopsis</th> </tr> <tr> <td colspan="2"><a href="../index">..</a></td> </tr> </table> </div><div class="_attribution">
<p class="_attribution-p">
© Google, Inc.<br>Licensed under the Creative Commons Attribution License 3.0.<br>
<a href="http://golang.org/pkg/runtime/race/" class="_attribution-link">http://golang.org/pkg/runtime/race/</a>
</p>
</div>
|