From: David du Colombier <0intro@gmail.com> Date: Sun, 20 Apr 2014 18:29:17 +0000 (+0200) Subject: doc/go1.3.html: fix Goexit link X-Git-Tag: go1.3beta1~12 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=f187675041c097256527804136188ae29a6b7b21;p=gostls13.git doc/go1.3.html: fix Goexit link LGTM=minux.ma R=r, minux.ma CC=golang-codereviews https://golang.org/cl/89710043 --- diff --git a/doc/go1.3.html b/doc/go1.3.html index 96ea166279..5b623bd2e3 100644 --- a/doc/go1.3.html +++ b/doc/go1.3.html @@ -403,7 +403,7 @@ when the binary's file name contains no path separators.
runtime.Goexit
+runtime.Goexit
and all other goroutines finish execution, the program now always crashes,
reporting a detected deadlock.
Earlier versions of Go handled this situation inconsistently: most instances