]> Cypherpunks repositories - gostls13.git/commit
testing: remove unnecessary TempDir implementation detail from its doc
authorVille Skyttä <ville.skytta@iki.fi>
Mon, 9 Oct 2023 21:03:10 +0000 (21:03 +0000)
committerGopher Robot <gobot@golang.org>
Tue, 10 Oct 2023 00:25:53 +0000 (00:25 +0000)
commitb201cf4afa01e97b53afc383b2815ed7a0db147c
treeaa94c9f059f677015f16dade745982ee1ab8738a
parentad9e6edfddf7c68b7a549ab7b491919f0980889d
testing: remove unnecessary TempDir implementation detail from its doc

The "by Cleanup" detail about the removal mechanism is not necessary for
users. The previous wording could even cause confusion whether they
should do something for Cleanup to occur.

Change-Id: I617a7a4e118a70a3ad8a83a2d81cd911dde8ee08
GitHub-Last-Rev: fba4cde6362d1f0ea0c730d50fdd3fbaae4e17cf
GitHub-Pull-Request: golang/go#63479
Reviewed-on: https://go-review.googlesource.com/c/go/+/534016
Auto-Submit: Ian Lance Taylor <iant@google.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
src/testing/testing.go