mirror of https://github.com/golang/go.git
doc/effective_go.html: fix syntax error in code example
Fixes #5333. R=golang-dev, adg CC=golang-dev https://golang.org/cl/8698046
This commit is contained in:
parent
3828316b9f
commit
ed19ab47c3
|
|
@ -2947,7 +2947,7 @@ func Serve(queue chan *Request) {
|
|||
go func() {
|
||||
process(req)
|
||||
sem <- 1
|
||||
}
|
||||
}()
|
||||
}
|
||||
}</pre>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue