Underscore italics around links don't seem to work
This commit is contained in:
parent
bbab9ca968
commit
37740d6936
@ -1,6 +1,6 @@
|
||||
// In the previous example we saw how to manage simple
|
||||
// counter state using [atomic operations](atomic-counters).
|
||||
// For more complex state we can use a _[mutex](http://en.wikipedia.org/wiki/Mutual_exclusion)_
|
||||
// For more complex state we can use a <em>[mutex](http://en.wikipedia.org/wiki/Mutual_exclusion)</em>
|
||||
// to safely access data across multiple goroutines.
|
||||
|
||||
package main
|
||||
|
@ -1,2 +1,2 @@
|
||||
e82356cbb37143862b0a9bbc68856f4b272c4918
|
||||
a9Wky7k-Bw
|
||||
b62f93a169c2d9141b2f7edceb840ede59598bd7
|
||||
tWqg2zQSVpb
|
||||
|
@ -1,4 +1,4 @@
|
||||
// _[Rate limiting](http://en.wikipedia.org/wiki/Rate_limiting)_
|
||||
// <em>[Rate limiting](http://en.wikipedia.org/wiki/Rate_limiting)</em>
|
||||
// is an important mechanism for controlling resource
|
||||
// utilization and maintaining quality of service. Go
|
||||
// elegantly supports rate limiting with goroutines,
|
||||
|
@ -1,2 +1,2 @@
|
||||
d74aebb12f618f22ec776eb5b4de92985104c197
|
||||
e7yzIk97-p
|
||||
b8dbdb8d53386f00ff900fea62db400d962b4834
|
||||
h9TUTv494TN
|
||||
|
@ -42,7 +42,7 @@ to safely access data across multiple goroutines.</p>
|
||||
|
||||
</td>
|
||||
<td class="code leading">
|
||||
<a href="http://play.golang.org/p/a9Wky7k-Bw"><img title="Run code" src="play.png" class="run" /></a>
|
||||
<a href="http://play.golang.org/p/tWqg2zQSVpb"><img title="Run code" src="play.png" class="run" /></a>
|
||||
<div class="highlight"><pre><span class="kn">package</span> <span class="nx">main</span>
|
||||
</pre></div>
|
||||
|
||||
|
@ -43,7 +43,7 @@ channels, and <a href="tickers">tickers</a>.</p>
|
||||
|
||||
</td>
|
||||
<td class="code leading">
|
||||
<a href="http://play.golang.org/p/e7yzIk97-p"><img title="Run code" src="play.png" class="run" /></a>
|
||||
<a href="http://play.golang.org/p/h9TUTv494TN"><img title="Run code" src="play.png" class="run" /></a>
|
||||
<div class="highlight"><pre><span class="kn">package</span> <span class="nx">main</span>
|
||||
</pre></div>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user