diff --git a/doc/go1.13.html b/doc/go1.13.html index 11190a1611..9dead688c2 100644 --- a/doc/go1.13.html +++ b/doc/go1.13.html @@ -841,8 +841,10 @@ godoc
- Testing flags are now registered in the new Init function.
- As a result, testing flags are now only registered when running a test binary.
+ Testing flags are now registered in the new Init function,
+ which is invoked by the generated main function for the test.
+ As a result, testing flags are now only registered when running a test binary,
+ and packages that call flag.Parse during package initialization may cause tests to fail.