aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@golang.org>2015-08-03 12:35:59 -0700
committerIan Lance Taylor <iant@golang.org>2015-08-04 18:31:56 +0000
commitd5f5e658aef1103944b514a10f987690fe9ec0d3 (patch)
tree69c79c2dc3d73a189d7d92da0462a9e791891c47
parentc2ef8e752f77899bb6dd8579e3de45730826d70d (diff)
downloadgo-d5f5e658aef1103944b514a10f987690fe9ec0d3.tar.gz
go-d5f5e658aef1103944b514a10f987690fe9ec0d3.zip
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 <rsc@golang.org> Reviewed-by: Rob Pike <r@golang.org>
-rw-r--r--doc/go1.5.html2
1 files changed, 2 insertions, 0 deletions
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
<code>GOMAXPROCS</code> explicitly.
+For a more detailed discussion of this change, see
+the <a href="https://golang.org/s/go15gomaxprocs">design document</a>.
</p>
<h3 id="build">Build</h3>