]> Cypherpunks repositories - gostls13.git/commit
runtime: update docs for GOMAXPROCS
authoripriver <g1ran1q@gmail.com>
Thu, 10 Sep 2020 10:08:21 +0000 (10:08 +0000)
committerKeith Randall <khr@golang.org>
Thu, 10 Sep 2020 14:44:25 +0000 (14:44 +0000)
commit8098dbb30e3d0d0b4d467f823c4bbdb8dcefc92f
treefc20d63e8096e3cacb226b668ad1a11b256b447d
parent07d19b2597af253ed78ef43ba6e7a49db9a8f4ba
runtime: update docs for GOMAXPROCS

https://github.com/golang/go/blob/master/doc/effective_go.html#L3211 is used to update the docs comment for `GOMAXPROCS` function.

Fixes #41275

Change-Id: I39f58e93a267c6e9f3ac6638ed51acbe5284ada2
GitHub-Last-Rev: e45c8ac5873979397d747838fd8d41e252aec489
GitHub-Pull-Request: golang/go#41276
Reviewed-on: https://go-review.googlesource.com/c/go/+/253537
Reviewed-by: Keith Randall <khr@golang.org>
src/runtime/debug.go