mirror of
https://github.com/golang/go
synced 2024-11-05 18:36:08 +00: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
1 changed files with 0 additions and 2 deletions
|
@ -273,9 +273,7 @@ func f() {
|
|||
a = "hello, world"
|
||||
<-c
|
||||
}
|
||||
</pre>
|
||||
|
||||
<pre>
|
||||
func main() {
|
||||
go f()
|
||||
c <- 0
|
||||
|
|
Loading…
Reference in a new issue