From: Ian Lance Taylor Date: Mon, 3 Aug 2015 19:35:59 +0000 (-0700) Subject: doc: link to design doc for GOMAXPROCS change in go1.5.html X-Git-Tag: go1.5rc1~37 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=d5f5e658aef1103944b514a10f987690fe9ec0d3;p=gostls13.git 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 --- 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