]> Cypherpunks repositories - gostls13.git/commitdiff
doc: link to design doc for GOMAXPROCS change in go1.5.html
authorIan Lance Taylor <iant@golang.org>
Mon, 3 Aug 2015 19:35:59 +0000 (12:35 -0700)
committerIan Lance Taylor <iant@golang.org>
Tue, 4 Aug 2015 18:31:56 +0000 (18:31 +0000)
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>
doc/go1.5.html

index 23874efff42730e8e1e6a5c6d07825dbd2b66af5..3197fd8e90a9b7c00122ee3cf9f201c2cd8994f3 100644 (file)
@@ -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>