From 01dda422520e05e26ed98629b735038d7f22678c Mon Sep 17 00:00:00 2001 From: Brad Fitzpatrick Date: Wed, 30 Nov 2016 19:15:01 +0000 Subject: [PATCH] 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 --- doc/go1.8.html | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/doc/go1.8.html b/doc/go1.8.html index 257acd3e7785fb..305066aaf432f6 100644 --- a/doc/go1.8.html +++ b/doc/go1.8.html @@ -38,7 +38,7 @@

DRAFT RELEASE NOTES - Introduction to Go 1.8

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 @@

Gccgo

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 @@

Examples

Examples have been added to the documentation across many packages.

-

Sort

+

Sort

The sort package