From 817c1023b06a7e0dbd180609b63e06a64b6ebeaf Mon Sep 17 00:00:00 2001
From: Chris Broadfoot
+go1.8.1 (released 2017/04/07) includes fixes to the compiler, linker, runtime,
+documentation, go
command and the crypto/tls
,
+encoding/xml
, image/png
, net
,
+net/http
, reflect
, text/template
,
+and time
packages.
+See the Go
+1.8.1 milestone on our issue tracker for details.
+
diff --git a/doc/install-source.html b/doc/install-source.html
index 45c5bbbf48b..8fb26a956b1 100644
--- a/doc/install-source.html
+++ b/doc/install-source.html
@@ -221,7 +221,7 @@ To build without cgo
, set the environment variable
Change to the directory that will be its parent
and make sure the go
directory does not exist.
Then clone the repository and check out the latest release tag
-(go1.8
, for example):
go1.8.1
, for example):
$ git clone https://go.googlesource.com/go @@ -409,7 +409,7 @@ New releases are announced on the golang-announce mailing list. Each announcement mentions the latest release tag, for instance, -go1.8
. +go1.8.1
.