Commit ed19ab47 authored by Shenghou Ma's avatar Shenghou Ma

doc/effective_go.html: fix syntax error in code example

Fixes #5333.

R=golang-dev, adg
CC=golang-dev
https://golang.org/cl/8698046
parent 3828316b
......@@ -2947,7 +2947,7 @@ func Serve(queue chan *Request) {
go func() {
process(req)
sem <- 1
}
}()
}
}</pre>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment