Underscore italics around links don't seem to work
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user