aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@golang.org>2024-03-21 21:42:52 +0000
committerGopher Robot <gobot@golang.org>2024-03-22 13:07:36 +0000
commit27f41bb15391668fa8ba18561efe364bab9b8312 (patch)
tree07faf4629bbfdd34c5b42798049d0097204f5b58 /doc
parentb5e377cedcfd7eb629ee5718acabccad98281d51 (diff)
downloadgo-27f41bb15391668fa8ba18561efe364bab9b8312.tar.gz
go-27f41bb15391668fa8ba18561efe364bab9b8312.zip
Revert "testing: add TB.SetGOMAXPROCS function"
This reverts CL 519235. Reason for revert: Proposal is still in incoming. For #62020 Change-Id: Icccb930209f36097f5d930c01eda6b5042bdddc1 Reviewed-on: https://go-review.googlesource.com/c/go/+/573516 Reviewed-by: Than McIntosh <thanm@google.com> Auto-Submit: Ian Lance Taylor <iant@golang.org> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Ian Lance Taylor <iant@google.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/next/6-stdlib/99-minor/testing/62020.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/next/6-stdlib/99-minor/testing/62020.md b/doc/next/6-stdlib/99-minor/testing/62020.md
deleted file mode 100644
index 3a73a1d8d6..0000000000
--- a/doc/next/6-stdlib/99-minor/testing/62020.md
+++ /dev/null
@@ -1 +0,0 @@
-The [`SetGOMAXPROCS`](/pkg/testing#T.SetGOMAXPROCS) method changes GOMAXPROCS for the duration of a single test.