diff --git a/doc/go1.8.html b/doc/go1.8.html index 257acd3e77..305066aaf4 100644 --- a/doc/go1.8.html +++ b/doc/go1.8.html @@ -38,7 +38,7 @@ The release adds support for 32-bit MIPS, adds HTTP graceful shutdown, adds more context support, enables profiling mutexes, -and simplifies sorting slices. +and simplifies sorting slices.
-The go command's basic operation
-is unchanged, but there is one addition worth noting.
+ The
+ GOPATH
+ environment variable now has a default value if it
+ is unset. It defaults to
+ $HOME/go on Unix and
+ %USERPROFILE%/go on Windows.
The new
“go
- bug” starts a bug report on GitHub, prefilled
+ bug” command starts a bug report on GitHub, prefilled
with information about the current system.
The sort package