From d5f5e658aef1103944b514a10f987690fe9ec0d3 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Mon, 3 Aug 2015 12:35:59 -0700 Subject: [PATCH] doc: link to design doc for GOMAXPROCS change in go1.5.html Change-Id: Ifac10621fece766f3a0e8551e98d1f8d7072852f Reviewed-on: https://go-review.googlesource.com/13068 Reviewed-by: Russ Cox Reviewed-by: Rob Pike --- doc/go1.5.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/go1.5.html b/doc/go1.5.html index 23874efff4..3197fd8e90 100644 --- a/doc/go1.5.html +++ b/doc/go1.5.html @@ -199,6 +199,8 @@ Programs that do not expect to run with multiple cores may break inadvertently. They can be updated by removing the restriction or by setting GOMAXPROCS explicitly. +For a more detailed discussion of this change, see +the design document.

Build

-- 2.50.0