From f187675041c097256527804136188ae29a6b7b21 Mon Sep 17 00:00:00 2001 From: David du Colombier <0intro@gmail.com> Date: Sun, 20 Apr 2014 20:29:17 +0200 Subject: [PATCH] doc/go1.3.html: fix Goexit link LGTM=minux.ma R=r, minux.ma CC=golang-codereviews https://golang.org/cl/89710043 --- doc/go1.3.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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
--
2.48.1