From: Filippo Valsorda
Date: Fri, 4 Jan 2019 18:04:31 +0000 (-0500)
Subject: doc/go1.12: remove known issue note
X-Git-Tag: go1.12beta2~36
X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=86e31bc5fdde06d406b95cf8b5971755c78ec549;p=gostls13.git
doc/go1.12: remove known issue note
A workaround has been submitted.
Updates #27993
Change-Id: Ife6443c32673b38000b90dd2efb2985db37ab773
Reviewed-on: https://go-review.googlesource.com/c/156318
Reviewed-by: Brad Fitzpatrick
---
diff --git a/doc/go1.12.html b/doc/go1.12.html
index 01bc6f50e3..d8547e9f96 100644
--- a/doc/go1.12.html
+++ b/doc/go1.12.html
@@ -31,12 +31,6 @@ Do not send CLs removing the interior tags from such phrases.
We expect almost all Go programs to continue to compile and run as before.
-
- There is a known issue in
- the garbage collector that can cause rare crashes. It is being investigated.
- Please report any issues you encounter.
-
-
Changes to the language