From: Brad Fitzpatrick
Date: Wed, 30 Nov 2016 19:15:01 +0000 (+0000)
Subject: doc: document default GOPATH in go1.8.html
X-Git-Tag: go1.8beta1~8
X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=01dda422520e05e26ed98629b735038d7f22678c;p=gostls13.git
doc: document default GOPATH in go1.8.html
And fix a bad link.
TBR=See https://golang.org/cl/33244
Updates #17929
Change-Id: Ib16cf55cdc4a5340f2f4f96ad5934a9fe7d49d75
Reviewed-on: https://go-review.googlesource.com/33716
Reviewed-by: Brad Fitzpatrick
---
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.
Changes to the language
@@ -339,17 +339,23 @@ We expect that the next release, GCC 7, will contain the Go 1.8
version of gccgo.
-Go command
+Default GOPATH
-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.
+Go bug
+
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.
@@ -485,7 +491,7 @@ packages.
Examples have been added to the documentation across many packages.
-Sort
+Sort
The sort package