diff --git a/doc/go1.11.html b/doc/go1.11.html index a18dbd17c7..7cdfebb706 100644 --- a/doc/go1.11.html +++ b/doc/go1.11.html @@ -136,13 +136,13 @@ Do not send CLs removing the interior tags from such phrases. custom GOPATH trees by other means.

-

Package loading

+

Package loading

TODO: Note about go/build versus golang.org/x/tools/go/packages.

-

Build cache requirement

+

Build cache requirement

Go 1.11 will be the last release to support setting the environment @@ -162,7 +162,7 @@ Do not send CLs removing the interior tags from such phrases.

Test

- Since Go1.10, the go test command runs + Since Go 1.10, the go test command runs go vet on the package being tested, to identify problems before running the test. Since vet typechecks the code with go/types