diff --git a/doc/go1.17.html b/doc/go1.17.html index 3e9587dbf7b..9d775e169ae 100644 --- a/doc/go1.17.html +++ b/doc/go1.17.html @@ -628,6 +628,14 @@ Do not send CLs removing the interior tags from such phrases.
TODO: https://golang.org/cl/310033: add -shuffle=off|on|N to alter the execution order of tests and benchmarks
+ +
+ The new
+ T.Setenv
+ and B.Setenv
+ methods support setting an environment variable for the duration
+ of the test or benchmark.
+