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) { ...@@ -2947,7 +2947,7 @@ func Serve(queue chan *Request) {
go func() { go func() {
process(req) process(req)
sem <- 1 sem <- 1
} }()
} }
}</pre> }</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