mirror of
https://github.com/golang/go
synced 2024-11-23 05:20:11 -07:00
doc/effective_go.html: fix unescaped less-than character
Why doesn't tidy complain about these? Found by manlio.perillo. Fixes #6571 R=golang-dev, adg CC=golang-dev https://golang.org/cl/14608044
This commit is contained in:
parent
5b2f626159
commit
7f168f9ccf
@ -2953,7 +2953,7 @@ func handle(r *Request) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func init() {
|
func init() {
|
||||||
for i := 0; i < MaxOutstanding; i++ {
|
for i := 0; i < MaxOutstanding; i++ {
|
||||||
sem <- 1
|
sem <- 1
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user