1
0
mirror of https://github.com/golang/go synced 2024-11-23 05:20:11 -07:00

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 <bradfitz@golang.org>
This commit is contained in:
Filippo Valsorda 2019-01-04 13:04:31 -05:00
parent 4c3b4dfd79
commit 86e31bc5fd

View File

@ -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. We expect almost all Go programs to continue to compile and run as before.
</p> </p>
<p>
There is a <a href="https://golang.org/issue/27993"><strong>known issue</strong> in
the garbage collector</a> that can cause rare crashes. It is being investigated.
Please <a href="https://golang.org/issue/new">report</a> any issues you encounter.
</p>
<h2 id="language">Changes to the language</h2> <h2 id="language">Changes to the language</h2>
<p> <p>