mirror of
https://github.com/golang/go
synced 2024-11-22 03:34:40 -07:00
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
Block a user