From 01dda422520e05e26ed98629b735038d7f22678c Mon Sep 17 00:00:00 2001
From: Brad Fitzpatrick 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.
-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