mirror of
https://github.com/golang/go
synced 2024-11-11 18:21:40 -07:00
doc/mem: remove unnecessary pre tags within same snippet
currently the snippet is segmented but should be one code snippet. Change-Id: Ic747faf9bb1b52f9d1786eca70616a05b71ee801 Reviewed-on: https://go-review.googlesource.com/c/go/+/211198 Reviewed-by: Emmanuel Odeke <emm.odeke@gmail.com>
This commit is contained in:
parent
ed91661745
commit
34830beffa
@ -273,9 +273,7 @@ func f() {
|
|||||||
a = "hello, world"
|
a = "hello, world"
|
||||||
<-c
|
<-c
|
||||||
}
|
}
|
||||||
</pre>
|
|
||||||
|
|
||||||
<pre>
|
|
||||||
func main() {
|
func main() {
|
||||||
go f()
|
go f()
|
||||||
c <- 0
|
c <- 0
|
||||||
|
Loading…
Reference in New Issue
Block a user