From: Jingwei Date: Sat, 14 Dec 2019 07:52:17 +0000 (+0800) Subject: doc/mem: remove unnecessary pre tags within same snippet X-Git-Tag: go1.15beta1~956 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=34830beffa6396129bd9d9da58afb7a046775d49;p=gostls13.git 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 --- diff --git a/doc/go_mem.html b/doc/go_mem.html index d355bebaed..5f1eb68af3 100644 --- a/doc/go_mem.html +++ b/doc/go_mem.html @@ -273,9 +273,7 @@ func f() { a = "hello, world" <-c } - -
 func main() {
 	go f()
 	c <- 0