all: switch to go install path@latest syntax in documentation

All supported versions of Go can download golang.org/dl/... commands
via the new go install path@latest syntax. Update their documentation
accordingly.

Also update the golang.org/dl/internal/genv generator template for
future commands that will be added when new Go releases are made.

Fixes golang/go#48080.

Change-Id: I0abf80e944322f3e30f7eb1b03b5d8d3be25554d
Reviewed-on: https://go-review.googlesource.com/c/dl/+/346091
Trust: Dmitri Shuralyov <dmitshur@golang.org>
Run-TryBot: Dmitri Shuralyov <dmitshur@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Carlos Amedee <carlos@golang.org>
diff --git a/README.md b/README.md
index b2764bc..75ba990 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
 # golang.org/dl
 
 This repository holds the Go wrapper programs that run specific versions of Go, such
-as `go get golang.org/dl/go1.10.3` and `go get golang.org/dl/gotip`.
+as `go install golang.org/dl/go1.10.3@latest` and `go install golang.org/dl/gotip@latest`.
 
 ## Report Issues / Send Patches
 
diff --git a/go1.10.1/main.go b/go1.10.1/main.go
index f8d2bed..a2f80ff 100644
--- a/go1.10.1/main.go
+++ b/go1.10.1/main.go
@@ -6,7 +6,7 @@
 //
 // To install, run:
 //
-//     $ go get golang.org/dl/go1.10.1
+//     $ go install golang.org/dl/go1.10.1@latest
 //     $ go1.10.1 download
 //
 // And then use the go1.10.1 command as if it were your normal go
diff --git a/go1.10.2/main.go b/go1.10.2/main.go
index c592b37..433687e 100644
--- a/go1.10.2/main.go
+++ b/go1.10.2/main.go
@@ -6,7 +6,7 @@
 //
 // To install, run:
 //
-//     $ go get golang.org/dl/go1.10.2
+//     $ go install golang.org/dl/go1.10.2@latest
 //     $ go1.10.2 download
 //
 // And then use the go1.10.2 command as if it were your normal go
diff --git a/go1.10.3/main.go b/go1.10.3/main.go
index d02f2c6..9b86957 100644
--- a/go1.10.3/main.go
+++ b/go1.10.3/main.go
@@ -6,7 +6,7 @@
 //
 // To install, run:
 //
-//     $ go get golang.org/dl/go1.10.3
+//     $ go install golang.org/dl/go1.10.3@latest
 //     $ go1.10.3 download
 //
 // And then use the go1.10.3 command as if it were your normal go
diff --git a/go1.10.4/main.go b/go1.10.4/main.go
index 0372b08..862f3d9 100644
--- a/go1.10.4/main.go
+++ b/go1.10.4/main.go
@@ -6,7 +6,7 @@
 //
 // To install, run:
 //
-//     $ go get golang.org/dl/go1.10.4
+//     $ go install golang.org/dl/go1.10.4@latest
 //     $ go1.10.4 download
 //
 // And then use the go1.10.4 command as if it were your normal go
diff --git a/go1.10.5/main.go b/go1.10.5/main.go
index 3c6cd56..bd436b8 100644
--- a/go1.10.5/main.go
+++ b/go1.10.5/main.go
@@ -6,7 +6,7 @@
 //
 // To install, run:
 //
-//     $ go get golang.org/dl/go1.10.5
+//     $ go install golang.org/dl/go1.10.5@latest
 //     $ go1.10.5 download
 //
 // And then use the go1.10.5 command as if it were your normal go
diff --git a/go1.10.6/main.go b/go1.10.6/main.go
index 9cea0fe..a3ccb37 100644
--- a/go1.10.6/main.go
+++ b/go1.10.6/main.go
@@ -6,7 +6,7 @@
 //
 // To install, run:
 //
-//     $ go get golang.org/dl/go1.10.6
+//     $ go install golang.org/dl/go1.10.6@latest
 //     $ go1.10.6 download
 //
 // And then use the go1.10.6 command as if it were your normal go
diff --git a/go1.10.7/main.go b/go1.10.7/main.go
index a526b32..6a4e4f5 100644
--- a/go1.10.7/main.go
+++ b/go1.10.7/main.go
@@ -6,7 +6,7 @@
 //
 // To install, run:
 //
-//     $ go get golang.org/dl/go1.10.7
+//     $ go install golang.org/dl/go1.10.7@latest
 //     $ go1.10.7 download
 //
 // And then use the go1.10.7 command as if it were your normal go
diff --git a/go1.10.8/main.go b/go1.10.8/main.go
index e34f9a5..dea706b 100644
--- a/go1.10.8/main.go
+++ b/go1.10.8/main.go
@@ -6,7 +6,7 @@
 //
 // To install, run:
 //
-//     $ go get golang.org/dl/go1.10.8
+//     $ go install golang.org/dl/go1.10.8@latest
 //     $ go1.10.8 download
 //
 // And then use the go1.10.8 command as if it were your normal go
diff --git a/go1.10/main.go b/go1.10/main.go
index 318e2dd..7b59081 100644
--- a/go1.10/main.go
+++ b/go1.10/main.go
@@ -6,7 +6,7 @@
 //
 // To install, run:
 //
-//     $ go get golang.org/dl/go1.10
+//     $ go install golang.org/dl/go1.10@latest
 //     $ go1.10 download
 //
 // And then use the go1.10 command as if it were your normal go
diff --git a/go1.10beta1/main.go b/go1.10beta1/main.go
index 699fcd9..e9ad283 100644
--- a/go1.10beta1/main.go
+++ b/go1.10beta1/main.go
@@ -6,7 +6,7 @@
 //
 // To install, run:
 //
-//     $ go get golang.org/dl/go1.10beta1
+//     $ go install golang.org/dl/go1.10beta1@latest
 //     $ go1.10beta1 download
 //
 // And then use the go1.10beta1 command as if it were your normal go
diff --git a/go1.10beta2/main.go b/go1.10beta2/main.go
index b7b631e..19adec5 100644
--- a/go1.10beta2/main.go
+++ b/go1.10beta2/main.go
@@ -6,7 +6,7 @@
 //
 // To install, run:
 //
-//     $ go get golang.org/dl/go1.10beta2
+//     $ go install golang.org/dl/go1.10beta2@latest
 //     $ go1.10beta2 download
 //
 // And then use the go1.10beta2 command as if it were your normal go
diff --git a/go1.10rc1/main.go b/go1.10rc1/main.go
index 8e72f2c..9585ea0 100644
--- a/go1.10rc1/main.go
+++ b/go1.10rc1/main.go
@@ -6,7 +6,7 @@
 //
 // To install, run:
 //
-//     $ go get golang.org/dl/go1.10rc1
+//     $ go install golang.org/dl/go1.10rc1@latest
 //     $ go1.10rc1 download
 //
 // And then use the go1.10rc1 command as if it were your normal go
diff --git a/go1.10rc2/main.go b/go1.10rc2/main.go
index d1e9034..5f54f6e 100644
--- a/go1.10rc2/main.go
+++ b/go1.10rc2/main.go
@@ -6,7 +6,7 @@
 //
 // To install, run:
 //
-//     $ go get golang.org/dl/go1.10rc2
+//     $ go install golang.org/dl/go1.10rc2@latest
 //     $ go1.10rc2 download
 //
 // And then use the go1.10rc2 command as if it were your normal go
diff --git a/go1.11.1/main.go b/go1.11.1/main.go
index fef5d4a..57465ef 100644
--- a/go1.11.1/main.go
+++ b/go1.11.1/main.go
@@ -6,7 +6,7 @@
 //
 // To install, run:
 //
-//     $ go get golang.org/dl/go1.11.1
+//     $ go install golang.org/dl/go1.11.1@latest
 //     $ go1.11.1 download
 //
 // And then use the go1.11.1 command as if it were your normal go
diff --git a/go1.11.10/main.go b/go1.11.10/main.go
index ad1790c..7fee0c7 100644
--- a/go1.11.10/main.go
+++ b/go1.11.10/main.go
@@ -6,7 +6,7 @@
 //
 // To install, run:
 //
-//     $ go get golang.org/dl/go1.11.10
+//     $ go install golang.org/dl/go1.11.10@latest
 //     $ go1.11.10 download
 //
 // And then use the go1.11.10 command as if it were your normal go
diff --git a/go1.11.11/main.go b/go1.11.11/main.go
index dc6aba5..0f6b48b 100644
--- a/go1.11.11/main.go
+++ b/go1.11.11/main.go
@@ -6,7 +6,7 @@
 //
 // To install, run:
 //
-//     $ go get golang.org/dl/go1.11.11
+//     $ go install golang.org/dl/go1.11.11@latest
 //     $ go1.11.11 download
 //
 // And then use the go1.11.11 command as if it were your normal go
diff --git a/go1.11.12/main.go b/go1.11.12/main.go
index a2aba5f..be30b90 100644
--- a/go1.11.12/main.go
+++ b/go1.11.12/main.go
@@ -6,7 +6,7 @@
 //
 // To install, run:
 //
-//     $ go get golang.org/dl/go1.11.12
+//     $ go install golang.org/dl/go1.11.12@latest
 //     $ go1.11.12 download
 //
 // And then use the go1.11.12 command as if it were your normal go
diff --git a/go1.11.13/main.go b/go1.11.13/main.go
index 8f2ddad..63c536a 100644
--- a/go1.11.13/main.go
+++ b/go1.11.13/main.go
@@ -6,7 +6,7 @@
 //
 // To install, run:
 //
-//     $ go get golang.org/dl/go1.11.13
+//     $ go install golang.org/dl/go1.11.13@latest
 //     $ go1.11.13 download
 //
 // And then use the go1.11.13 command as if it were your normal go
diff --git a/go1.11.2/main.go b/go1.11.2/main.go
index 97495a3..e091cdb 100644
--- a/go1.11.2/main.go
+++ b/go1.11.2/main.go
@@ -6,7 +6,7 @@
 //
 // To install, run:
 //
-//     $ go get golang.org/dl/go1.11.2
+//     $ go install golang.org/dl/go1.11.2@latest
 //     $ go1.11.2 download
 //
 // And then use the go1.11.2 command as if it were your normal go
diff --git a/go1.11.3/main.go b/go1.11.3/main.go
index 3a6c8bf..16603ec 100644
--- a/go1.11.3/main.go
+++ b/go1.11.3/main.go
@@ -6,7 +6,7 @@
 //
 // To install, run:
 //
-//     $ go get golang.org/dl/go1.11.3
+//     $ go install golang.org/dl/go1.11.3@latest
 //     $ go1.11.3 download
 //
 // And then use the go1.11.3 command as if it were your normal go
diff --git a/go1.11.4/main.go b/go1.11.4/main.go
index 9cc46ee..79e43a5 100644
--- a/go1.11.4/main.go
+++ b/go1.11.4/main.go
@@ -6,7 +6,7 @@
 //
 // To install, run:
 //
-//     $ go get golang.org/dl/go1.11.4
+//     $ go install golang.org/dl/go1.11.4@latest
 //     $ go1.11.4 download
 //
 // And then use the go1.11.4 command as if it were your normal go
diff --git a/go1.11.5/main.go b/go1.11.5/main.go
index 0acc21e..d7e7ceb 100644
--- a/go1.11.5/main.go
+++ b/go1.11.5/main.go
@@ -6,7 +6,7 @@
 //
 // To install, run:
 //
-//     $ go get golang.org/dl/go1.11.5
+//     $ go install golang.org/dl/go1.11.5@latest
 //     $ go1.11.5 download
 //
 // And then use the go1.11.5 command as if it were your normal go
diff --git a/go1.11.6/main.go b/go1.11.6/main.go
index abe21b3..f948d0f 100644
--- a/go1.11.6/main.go
+++ b/go1.11.6/main.go
@@ -6,7 +6,7 @@
 //
 // To install, run:
 //
-//     $ go get golang.org/dl/go1.11.6
+//     $ go install golang.org/dl/go1.11.6@latest
 //     $ go1.11.6 download
 //
 // And then use the go1.11.6 command as if it were your normal go
diff --git a/go1.11.7/main.go b/go1.11.7/main.go
index 3eeda42..8504fa6 100644
--- a/go1.11.7/main.go
+++ b/go1.11.7/main.go
@@ -6,7 +6,7 @@
 //
 // To install, run:
 //
-//     $ go get golang.org/dl/go1.11.7
+//     $ go install golang.org/dl/go1.11.7@latest
 //     $ go1.11.7 download
 //
 // And then use the go1.11.7 command as if it were your normal go
diff --git a/go1.11.8/main.go b/go1.11.8/main.go
index 1e2a8a6..38b28de 100644
--- a/go1.11.8/main.go
+++ b/go1.11.8/main.go
@@ -6,7 +6,7 @@
 //
 // To install, run:
 //
-//     $ go get golang.org/dl/go1.11.8
+//     $ go install golang.org/dl/go1.11.8@latest
 //     $ go1.11.8 download
 //
 // And then use the go1.11.8 command as if it were your normal go
diff --git a/go1.11.9/main.go b/go1.11.9/main.go
index dc69179..e2eadfd 100644
--- a/go1.11.9/main.go
+++ b/go1.11.9/main.go
@@ -6,7 +6,7 @@
 //
 // To install, run:
 //
-//     $ go get golang.org/dl/go1.11.9
+//     $ go install golang.org/dl/go1.11.9@latest
 //     $ go1.11.9 download
 //
 // And then use the go1.11.9 command as if it were your normal go
diff --git a/go1.11/main.go b/go1.11/main.go
index a198f37..68784a2 100644
--- a/go1.11/main.go
+++ b/go1.11/main.go
@@ -6,7 +6,7 @@
 //
 // To install, run:
 //
-//     $ go get golang.org/dl/go1.11
+//     $ go install golang.org/dl/go1.11@latest
 //     $ go1.11 download
 //
 // And then use the go1.11 command as if it were your normal go
diff --git a/go1.11beta1/main.go b/go1.11beta1/main.go
index be39e43..e4b88b6 100644
--- a/go1.11beta1/main.go
+++ b/go1.11beta1/main.go
@@ -6,7 +6,7 @@
 //
 // To install, run:
 //
-//     $ go get golang.org/dl/go1.11beta1
+//     $ go install golang.org/dl/go1.11beta1@latest
 //     $ go1.11beta1 download
 //
 // And then use the go1.11beta1 command as if it were your normal go
diff --git a/go1.11beta2/main.go b/go1.11beta2/main.go
index 3b10093..f723c3d 100644
--- a/go1.11beta2/main.go
+++ b/go1.11beta2/main.go
@@ -6,7 +6,7 @@
 //
 // To install, run:
 //
-//     $ go get golang.org/dl/go1.11beta2
+//     $ go install golang.org/dl/go1.11beta2@latest
 //     $ go1.11beta2 download
 //
 // And then use the go1.11beta2 command as if it were your normal go
diff --git a/go1.11beta3/main.go b/go1.11beta3/main.go
index b26f079..cd3d4b7 100644
--- a/go1.11beta3/main.go
+++ b/go1.11beta3/main.go
@@ -6,7 +6,7 @@
 //
 // To install, run:
 //
-//     $ go get golang.org/dl/go1.11beta3
+//     $ go install golang.org/dl/go1.11beta3@latest
 //     $ go1.11beta3 download
 //
 // And then use the go1.11beta3 command as if it were your normal go
diff --git a/go1.11rc1/main.go b/go1.11rc1/main.go
index 653eadb..4e22d1c 100644
--- a/go1.11rc1/main.go
+++ b/go1.11rc1/main.go
@@ -6,7 +6,7 @@
 //
 // To install, run:
 //
-//     $ go get golang.org/dl/go1.11rc1
+//     $ go install golang.org/dl/go1.11rc1@latest
 //     $ go1.11rc1 download
 //
 // And then use the go1.11rc1 command as if it were your normal go
diff --git a/go1.11rc2/main.go b/go1.11rc2/main.go
index 65302c1..51312d4 100644
--- a/go1.11rc2/main.go
+++ b/go1.11rc2/main.go
@@ -6,7 +6,7 @@
 //
 // To install, run:
 //
-//     $ go get golang.org/dl/go1.11rc2
+//     $ go install golang.org/dl/go1.11rc2@latest
 //     $ go1.11rc2 download
 //
 // And then use the go1.11rc2 command as if it were your normal go
diff --git a/go1.12.1/main.go b/go1.12.1/main.go
index e1fba86..373823d 100644
--- a/go1.12.1/main.go
+++ b/go1.12.1/main.go
@@ -6,7 +6,7 @@
 //
 // To install, run:
 //
-//     $ go get golang.org/dl/go1.12.1
+//     $ go install golang.org/dl/go1.12.1@latest
 //     $ go1.12.1 download
 //
 // And then use the go1.12.1 command as if it were your normal go
diff --git a/go1.12.10/main.go b/go1.12.10/main.go
index 35b252d..cb37866 100644
--- a/go1.12.10/main.go
+++ b/go1.12.10/main.go
@@ -6,7 +6,7 @@
 //
 // To install, run:
 //
-//     $ go get golang.org/dl/go1.12.10
+//     $ go install golang.org/dl/go1.12.10@latest
 //     $ go1.12.10 download
 //
 // And then use the go1.12.10 command as if it were your normal go
diff --git a/go1.12.11/main.go b/go1.12.11/main.go
index 41db9c1..c4b24bb 100644
--- a/go1.12.11/main.go
+++ b/go1.12.11/main.go
@@ -6,7 +6,7 @@
 //
 // To install, run:
 //
-//     $ go get golang.org/dl/go1.12.11
+//     $ go install golang.org/dl/go1.12.11@latest
 //     $ go1.12.11 download
 //
 // And then use the go1.12.11 command as if it were your normal go
diff --git a/go1.12.12/main.go b/go1.12.12/main.go
index 2416fbb..46a92e8 100644
--- a/go1.12.12/main.go
+++ b/go1.12.12/main.go
@@ -6,7 +6,7 @@
 //
 // To install, run:
 //
-//     $ go get golang.org/dl/go1.12.12
+//     $ go install golang.org/dl/go1.12.12@latest
 //     $ go1.12.12 download
 //
 // And then use the go1.12.12 command as if it were your normal go
diff --git a/go1.12.13/main.go b/go1.12.13/main.go
index d55d581..9c4e40f 100644
--- a/go1.12.13/main.go
+++ b/go1.12.13/main.go
@@ -6,7 +6,7 @@
 //
 // To install, run:
 //
-//     $ go get golang.org/dl/go1.12.13
+//     $ go install golang.org/dl/go1.12.13@latest
 //     $ go1.12.13 download
 //
 // And then use the go1.12.13 command as if it were your normal go
diff --git a/go1.12.14/main.go b/go1.12.14/main.go
index cf037d8..a11913a 100644
--- a/go1.12.14/main.go
+++ b/go1.12.14/main.go
@@ -6,7 +6,7 @@
 //
 // To install, run:
 //
-//     $ go get golang.org/dl/go1.12.14
+//     $ go install golang.org/dl/go1.12.14@latest
 //     $ go1.12.14 download
 //
 // And then use the go1.12.14 command as if it were your normal go
diff --git a/go1.12.15/main.go b/go1.12.15/main.go
index d8d32ad..c7ff813 100644
--- a/go1.12.15/main.go
+++ b/go1.12.15/main.go
@@ -6,7 +6,7 @@
 //
 // To install, run:
 //
-//     $ go get golang.org/dl/go1.12.15
+//     $ go install golang.org/dl/go1.12.15@latest
 //     $ go1.12.15 download
 //
 // And then use the go1.12.15 command as if it were your normal go
diff --git a/go1.12.16/main.go b/go1.12.16/main.go
index 96fec89..a703c02 100644
--- a/go1.12.16/main.go
+++ b/go1.12.16/main.go
@@ -6,7 +6,7 @@
 //
 // To install, run:
 //
-//     $ go get golang.org/dl/go1.12.16
+//     $ go install golang.org/dl/go1.12.16@latest
 //     $ go1.12.16 download
 //
 // And then use the go1.12.16 command as if it were your normal go
diff --git a/go1.12.17/main.go b/go1.12.17/main.go
index 52a31d3..e1c56c5 100644
--- a/go1.12.17/main.go
+++ b/go1.12.17/main.go
@@ -6,7 +6,7 @@
 //
 // To install, run:
 //
-//     $ go get golang.org/dl/go1.12.17
+//     $ go install golang.org/dl/go1.12.17@latest
 //     $ go1.12.17 download
 //
 // And then use the go1.12.17 command as if it were your normal go
diff --git a/go1.12.2/main.go b/go1.12.2/main.go
index 084bf8b..bbc2f8a 100644
--- a/go1.12.2/main.go
+++ b/go1.12.2/main.go
@@ -6,7 +6,7 @@
 //
 // To install, run:
 //
-//     $ go get golang.org/dl/go1.12.2
+//     $ go install golang.org/dl/go1.12.2@latest
 //     $ go1.12.2 download
 //
 // And then use the go1.12.2 command as if it were your normal go
diff --git a/go1.12.3/main.go b/go1.12.3/main.go
index a5a8c14..9defc7b 100644
--- a/go1.12.3/main.go
+++ b/go1.12.3/main.go
@@ -6,7 +6,7 @@
 //
 // To install, run:
 //
-//     $ go get golang.org/dl/go1.12.3
+//     $ go install golang.org/dl/go1.12.3@latest
 //     $ go1.12.3 download
 //
 // And then use the go1.12.3 command as if it were your normal go
diff --git a/go1.12.4/main.go b/go1.12.4/main.go
index 4395c04..2fffa3d 100644
--- a/go1.12.4/main.go
+++ b/go1.12.4/main.go
@@ -6,7 +6,7 @@
 //
 // To install, run:
 //
-//     $ go get golang.org/dl/go1.12.4
+//     $ go install golang.org/dl/go1.12.4@latest
 //     $ go1.12.4 download
 //
 // And then use the go1.12.4 command as if it were your normal go
diff --git a/go1.12.5/main.go b/go1.12.5/main.go
index 3a7cd90..f1eb80e 100644
--- a/go1.12.5/main.go
+++ b/go1.12.5/main.go
@@ -6,7 +6,7 @@
 //
 // To install, run:
 //
-//     $ go get golang.org/dl/go1.12.5
+//     $ go install golang.org/dl/go1.12.5@latest
 //     $ go1.12.5 download
 //
 // And then use the go1.12.5 command as if it were your normal go
diff --git a/go1.12.6/main.go b/go1.12.6/main.go
index a2c4e1b..91b53e9 100644
--- a/go1.12.6/main.go
+++ b/go1.12.6/main.go
@@ -6,7 +6,7 @@
 //
 // To install, run:
 //
-//     $ go get golang.org/dl/go1.12.6
+//     $ go install golang.org/dl/go1.12.6@latest
 //     $ go1.12.6 download
 //
 // And then use the go1.12.6 command as if it were your normal go
diff --git a/go1.12.7/main.go b/go1.12.7/main.go
index 50446da..4ed7b1c 100644
--- a/go1.12.7/main.go
+++ b/go1.12.7/main.go
@@ -6,7 +6,7 @@
 //
 // To install, run:
 //
-//     $ go get golang.org/dl/go1.12.7
+//     $ go install golang.org/dl/go1.12.7@latest
 //     $ go1.12.7 download
 //
 // And then use the go1.12.7 command as if it were your normal go
diff --git a/go1.12.8/main.go b/go1.12.8/main.go
index cbb9063..0fe6a12 100644
--- a/go1.12.8/main.go
+++ b/go1.12.8/main.go
@@ -6,7 +6,7 @@
 //
 // To install, run:
 //
-//     $ go get golang.org/dl/go1.12.8
+//     $ go install golang.org/dl/go1.12.8@latest
 //     $ go1.12.8 download
 //
 // And then use the go1.12.8 command as if it were your normal go
diff --git a/go1.12.9/main.go b/go1.12.9/main.go
index f2bf61d..4e81975 100644
--- a/go1.12.9/main.go
+++ b/go1.12.9/main.go
@@ -6,7 +6,7 @@
 //
 // To install, run:
 //
-//     $ go get golang.org/dl/go1.12.9
+//     $ go install golang.org/dl/go1.12.9@latest
 //     $ go1.12.9 download
 //
 // And then use the go1.12.9 command as if it were your normal go
diff --git a/go1.12/main.go b/go1.12/main.go
index a18fa9c..dcc3134 100644
--- a/go1.12/main.go
+++ b/go1.12/main.go
@@ -6,7 +6,7 @@
 //
 // To install, run:
 //
-//     $ go get golang.org/dl/go1.12
+//     $ go install golang.org/dl/go1.12@latest
 //     $ go1.12 download
 //
 // And then use the go1.12 command as if it were your normal go
diff --git a/go1.12beta1/main.go b/go1.12beta1/main.go
index cd35be4..dcb4ada 100644
--- a/go1.12beta1/main.go
+++ b/go1.12beta1/main.go
@@ -6,7 +6,7 @@
 //
 // To install, run:
 //
-//     $ go get golang.org/dl/go1.12beta1
+//     $ go install golang.org/dl/go1.12beta1@latest
 //     $ go1.12beta1 download
 //
 // And then use the go1.12beta1 command as if it were your normal go
diff --git a/go1.12beta2/main.go b/go1.12beta2/main.go
index 979df3f..60918b6 100644
--- a/go1.12beta2/main.go
+++ b/go1.12beta2/main.go
@@ -6,7 +6,7 @@
 //
 // To install, run:
 //
-//     $ go get golang.org/dl/go1.12beta2
+//     $ go install golang.org/dl/go1.12beta2@latest
 //     $ go1.12beta2 download
 //
 // And then use the go1.12beta2 command as if it were your normal go
diff --git a/go1.12rc1/main.go b/go1.12rc1/main.go
index 3ea6cee..4b36072 100644
--- a/go1.12rc1/main.go
+++ b/go1.12rc1/main.go
@@ -6,7 +6,7 @@
 //
 // To install, run:
 //
-//     $ go get golang.org/dl/go1.12rc1
+//     $ go install golang.org/dl/go1.12rc1@latest
 //     $ go1.12rc1 download
 //
 // And then use the go1.12rc1 command as if it were your normal go
diff --git a/go1.13.1/main.go b/go1.13.1/main.go
index acc51cf..e6da3ce 100644
--- a/go1.13.1/main.go
+++ b/go1.13.1/main.go
@@ -6,7 +6,7 @@
 //
 // To install, run:
 //
-//     $ go get golang.org/dl/go1.13.1
+//     $ go install golang.org/dl/go1.13.1@latest
 //     $ go1.13.1 download
 //
 // And then use the go1.13.1 command as if it were your normal go
diff --git a/go1.13.10/main.go b/go1.13.10/main.go
index e1167cc..6a250b5 100644
--- a/go1.13.10/main.go
+++ b/go1.13.10/main.go
@@ -6,7 +6,7 @@
 //
 // To install, run:
 //
-//     $ go get golang.org/dl/go1.13.10
+//     $ go install golang.org/dl/go1.13.10@latest
 //     $ go1.13.10 download
 //
 // And then use the go1.13.10 command as if it were your normal go
diff --git a/go1.13.11/main.go b/go1.13.11/main.go
index 35ea0f2..74428d3 100644
--- a/go1.13.11/main.go
+++ b/go1.13.11/main.go
@@ -6,7 +6,7 @@
 //
 // To install, run:
 //
-//     $ go get golang.org/dl/go1.13.11
+//     $ go install golang.org/dl/go1.13.11@latest
 //     $ go1.13.11 download
 //
 // And then use the go1.13.11 command as if it were your normal go
diff --git a/go1.13.12/main.go b/go1.13.12/main.go
index 5257b33..e61df0f 100644
--- a/go1.13.12/main.go
+++ b/go1.13.12/main.go
@@ -6,7 +6,7 @@
 //
 // To install, run:
 //
-//     $ go get golang.org/dl/go1.13.12
+//     $ go install golang.org/dl/go1.13.12@latest
 //     $ go1.13.12 download
 //
 // And then use the go1.13.12 command as if it were your normal go
diff --git a/go1.13.13/main.go b/go1.13.13/main.go
index d1514c7..e01b926 100644
--- a/go1.13.13/main.go
+++ b/go1.13.13/main.go
@@ -6,7 +6,7 @@
 //
 // To install, run:
 //
-//     $ go get golang.org/dl/go1.13.13
+//     $ go install golang.org/dl/go1.13.13@latest
 //     $ go1.13.13 download
 //
 // And then use the go1.13.13 command as if it were your normal go
diff --git a/go1.13.14/main.go b/go1.13.14/main.go
index a27527d..67bc04b 100644
--- a/go1.13.14/main.go
+++ b/go1.13.14/main.go
@@ -6,7 +6,7 @@
 //
 // To install, run:
 //
-//     $ go get golang.org/dl/go1.13.14
+//     $ go install golang.org/dl/go1.13.14@latest
 //     $ go1.13.14 download
 //
 // And then use the go1.13.14 command as if it were your normal go
diff --git a/go1.13.15/main.go b/go1.13.15/main.go
index 3e36d00..a5816c6 100644
--- a/go1.13.15/main.go
+++ b/go1.13.15/main.go
@@ -6,7 +6,7 @@
 //
 // To install, run:
 //
-//     $ go get golang.org/dl/go1.13.15
+//     $ go install golang.org/dl/go1.13.15@latest
 //     $ go1.13.15 download
 //
 // And then use the go1.13.15 command as if it were your normal go
diff --git a/go1.13.2/main.go b/go1.13.2/main.go
index 5f50cab..b569c6a 100644
--- a/go1.13.2/main.go
+++ b/go1.13.2/main.go
@@ -6,7 +6,7 @@
 //
 // To install, run:
 //
-//     $ go get golang.org/dl/go1.13.2
+//     $ go install golang.org/dl/go1.13.2@latest
 //     $ go1.13.2 download
 //
 // And then use the go1.13.2 command as if it were your normal go
diff --git a/go1.13.3/main.go b/go1.13.3/main.go
index 0119f07..44d5f14 100644
--- a/go1.13.3/main.go
+++ b/go1.13.3/main.go
@@ -6,7 +6,7 @@
 //
 // To install, run:
 //
-//     $ go get golang.org/dl/go1.13.3
+//     $ go install golang.org/dl/go1.13.3@latest
 //     $ go1.13.3 download
 //
 // And then use the go1.13.3 command as if it were your normal go
diff --git a/go1.13.4/main.go b/go1.13.4/main.go
index bc86c2a..d53b2ce 100644
--- a/go1.13.4/main.go
+++ b/go1.13.4/main.go
@@ -6,7 +6,7 @@
 //
 // To install, run:
 //
-//     $ go get golang.org/dl/go1.13.4
+//     $ go install golang.org/dl/go1.13.4@latest
 //     $ go1.13.4 download
 //
 // And then use the go1.13.4 command as if it were your normal go
diff --git a/go1.13.5/main.go b/go1.13.5/main.go
index 7ae9375..3648a5c 100644
--- a/go1.13.5/main.go
+++ b/go1.13.5/main.go
@@ -6,7 +6,7 @@
 //
 // To install, run:
 //
-//     $ go get golang.org/dl/go1.13.5
+//     $ go install golang.org/dl/go1.13.5@latest
 //     $ go1.13.5 download
 //
 // And then use the go1.13.5 command as if it were your normal go
diff --git a/go1.13.6/main.go b/go1.13.6/main.go
index 39531a3..54dd358 100644
--- a/go1.13.6/main.go
+++ b/go1.13.6/main.go
@@ -6,7 +6,7 @@
 //
 // To install, run:
 //
-//     $ go get golang.org/dl/go1.13.6
+//     $ go install golang.org/dl/go1.13.6@latest
 //     $ go1.13.6 download
 //
 // And then use the go1.13.6 command as if it were your normal go
diff --git a/go1.13.7/main.go b/go1.13.7/main.go
index da55c63..e6c1f9c 100644
--- a/go1.13.7/main.go
+++ b/go1.13.7/main.go
@@ -6,7 +6,7 @@
 //
 // To install, run:
 //
-//     $ go get golang.org/dl/go1.13.7
+//     $ go install golang.org/dl/go1.13.7@latest
 //     $ go1.13.7 download
 //
 // And then use the go1.13.7 command as if it were your normal go
diff --git a/go1.13.8/main.go b/go1.13.8/main.go
index 3641cac..ca4c898 100644
--- a/go1.13.8/main.go
+++ b/go1.13.8/main.go
@@ -6,7 +6,7 @@
 //
 // To install, run:
 //
-//     $ go get golang.org/dl/go1.13.8
+//     $ go install golang.org/dl/go1.13.8@latest
 //     $ go1.13.8 download
 //
 // And then use the go1.13.8 command as if it were your normal go
diff --git a/go1.13.9/main.go b/go1.13.9/main.go
index b5f2cbb..2e48271 100644
--- a/go1.13.9/main.go
+++ b/go1.13.9/main.go
@@ -6,7 +6,7 @@
 //
 // To install, run:
 //
-//     $ go get golang.org/dl/go1.13.9
+//     $ go install golang.org/dl/go1.13.9@latest
 //     $ go1.13.9 download
 //
 // And then use the go1.13.9 command as if it were your normal go
diff --git a/go1.13/main.go b/go1.13/main.go
index 21e658d..50c3840 100644
--- a/go1.13/main.go
+++ b/go1.13/main.go
@@ -6,7 +6,7 @@
 //
 // To install, run:
 //
-//     $ go get golang.org/dl/go1.13
+//     $ go install golang.org/dl/go1.13@latest
 //     $ go1.13 download
 //
 // And then use the go1.13 command as if it were your normal go
diff --git a/go1.13beta1/main.go b/go1.13beta1/main.go
index 0ba86bb..c462d4c 100644
--- a/go1.13beta1/main.go
+++ b/go1.13beta1/main.go
@@ -6,7 +6,7 @@
 //
 // To install, run:
 //
-//     $ go get golang.org/dl/go1.13beta1
+//     $ go install golang.org/dl/go1.13beta1@latest
 //     $ go1.13beta1 download
 //
 // And then use the go1.13beta1 command as if it were your normal go
diff --git a/go1.13rc1/main.go b/go1.13rc1/main.go
index 73c0c72..4a33a4d 100644
--- a/go1.13rc1/main.go
+++ b/go1.13rc1/main.go
@@ -6,7 +6,7 @@
 //
 // To install, run:
 //
-//     $ go get golang.org/dl/go1.13rc1
+//     $ go install golang.org/dl/go1.13rc1@latest
 //     $ go1.13rc1 download
 //
 // And then use the go1.13rc1 command as if it were your normal go
diff --git a/go1.13rc2/main.go b/go1.13rc2/main.go
index e6a93fa..26864cd 100644
--- a/go1.13rc2/main.go
+++ b/go1.13rc2/main.go
@@ -6,7 +6,7 @@
 //
 // To install, run:
 //
-//     $ go get golang.org/dl/go1.13rc2
+//     $ go install golang.org/dl/go1.13rc2@latest
 //     $ go1.13rc2 download
 //
 // And then use the go1.13rc2 command as if it were your normal go
diff --git a/go1.14.1/main.go b/go1.14.1/main.go
index e954fc3..2d5aad9 100644
--- a/go1.14.1/main.go
+++ b/go1.14.1/main.go
@@ -6,7 +6,7 @@
 //
 // To install, run:
 //
-//     $ go get golang.org/dl/go1.14.1
+//     $ go install golang.org/dl/go1.14.1@latest
 //     $ go1.14.1 download
 //
 // And then use the go1.14.1 command as if it were your normal go
diff --git a/go1.14.10/main.go b/go1.14.10/main.go
index bb2adbd..9be677c 100644
--- a/go1.14.10/main.go
+++ b/go1.14.10/main.go
@@ -6,7 +6,7 @@
 //
 // To install, run:
 //
-//     $ go get golang.org/dl/go1.14.10
+//     $ go install golang.org/dl/go1.14.10@latest
 //     $ go1.14.10 download
 //
 // And then use the go1.14.10 command as if it were your normal go
diff --git a/go1.14.11/main.go b/go1.14.11/main.go
index 2e1b6f5..8066c1c 100644
--- a/go1.14.11/main.go
+++ b/go1.14.11/main.go
@@ -6,7 +6,7 @@
 //
 // To install, run:
 //
-//     $ go get golang.org/dl/go1.14.11
+//     $ go install golang.org/dl/go1.14.11@latest
 //     $ go1.14.11 download
 //
 // And then use the go1.14.11 command as if it were your normal go
diff --git a/go1.14.12/main.go b/go1.14.12/main.go
index b2d6bea..4c7ffd6 100644
--- a/go1.14.12/main.go
+++ b/go1.14.12/main.go
@@ -6,7 +6,7 @@
 //
 // To install, run:
 //
-//     $ go get golang.org/dl/go1.14.12
+//     $ go install golang.org/dl/go1.14.12@latest
 //     $ go1.14.12 download
 //
 // And then use the go1.14.12 command as if it were your normal go
diff --git a/go1.14.13/main.go b/go1.14.13/main.go
index ed04626..0186ea9 100644
--- a/go1.14.13/main.go
+++ b/go1.14.13/main.go
@@ -6,7 +6,7 @@
 //
 // To install, run:
 //
-//     $ go get golang.org/dl/go1.14.13
+//     $ go install golang.org/dl/go1.14.13@latest
 //     $ go1.14.13 download
 //
 // And then use the go1.14.13 command as if it were your normal go
diff --git a/go1.14.14/main.go b/go1.14.14/main.go
index 37f3973..17390ca 100644
--- a/go1.14.14/main.go
+++ b/go1.14.14/main.go
@@ -6,7 +6,7 @@
 //
 // To install, run:
 //
-//     $ go get golang.org/dl/go1.14.14
+//     $ go install golang.org/dl/go1.14.14@latest
 //     $ go1.14.14 download
 //
 // And then use the go1.14.14 command as if it were your normal go
diff --git a/go1.14.15/main.go b/go1.14.15/main.go
index 7a9783b..6bd1aef 100644
--- a/go1.14.15/main.go
+++ b/go1.14.15/main.go
@@ -6,7 +6,7 @@
 //
 // To install, run:
 //
-//     $ go get golang.org/dl/go1.14.15
+//     $ go install golang.org/dl/go1.14.15@latest
 //     $ go1.14.15 download
 //
 // And then use the go1.14.15 command as if it were your normal go
diff --git a/go1.14.2/main.go b/go1.14.2/main.go
index ac49af9..cc804e0 100644
--- a/go1.14.2/main.go
+++ b/go1.14.2/main.go
@@ -6,7 +6,7 @@
 //
 // To install, run:
 //
-//     $ go get golang.org/dl/go1.14.2
+//     $ go install golang.org/dl/go1.14.2@latest
 //     $ go1.14.2 download
 //
 // And then use the go1.14.2 command as if it were your normal go
diff --git a/go1.14.3/main.go b/go1.14.3/main.go
index c4c18d6..91f331a 100644
--- a/go1.14.3/main.go
+++ b/go1.14.3/main.go
@@ -6,7 +6,7 @@
 //
 // To install, run:
 //
-//     $ go get golang.org/dl/go1.14.3
+//     $ go install golang.org/dl/go1.14.3@latest
 //     $ go1.14.3 download
 //
 // And then use the go1.14.3 command as if it were your normal go
diff --git a/go1.14.4/main.go b/go1.14.4/main.go
index ce20c77..64f87fc 100644
--- a/go1.14.4/main.go
+++ b/go1.14.4/main.go
@@ -6,7 +6,7 @@
 //
 // To install, run:
 //
-//     $ go get golang.org/dl/go1.14.4
+//     $ go install golang.org/dl/go1.14.4@latest
 //     $ go1.14.4 download
 //
 // And then use the go1.14.4 command as if it were your normal go
diff --git a/go1.14.5/main.go b/go1.14.5/main.go
index 190f709..326316e 100644
--- a/go1.14.5/main.go
+++ b/go1.14.5/main.go
@@ -6,7 +6,7 @@
 //
 // To install, run:
 //
-//     $ go get golang.org/dl/go1.14.5
+//     $ go install golang.org/dl/go1.14.5@latest
 //     $ go1.14.5 download
 //
 // And then use the go1.14.5 command as if it were your normal go
diff --git a/go1.14.6/main.go b/go1.14.6/main.go
index 59cb1ce..8f56da4 100644
--- a/go1.14.6/main.go
+++ b/go1.14.6/main.go
@@ -6,7 +6,7 @@
 //
 // To install, run:
 //
-//     $ go get golang.org/dl/go1.14.6
+//     $ go install golang.org/dl/go1.14.6@latest
 //     $ go1.14.6 download
 //
 // And then use the go1.14.6 command as if it were your normal go
diff --git a/go1.14.7/main.go b/go1.14.7/main.go
index f4ebc64..6f0abb0 100644
--- a/go1.14.7/main.go
+++ b/go1.14.7/main.go
@@ -6,7 +6,7 @@
 //
 // To install, run:
 //
-//     $ go get golang.org/dl/go1.14.7
+//     $ go install golang.org/dl/go1.14.7@latest
 //     $ go1.14.7 download
 //
 // And then use the go1.14.7 command as if it were your normal go
diff --git a/go1.14.8/main.go b/go1.14.8/main.go
index 85432ed..5f13d28 100644
--- a/go1.14.8/main.go
+++ b/go1.14.8/main.go
@@ -6,7 +6,7 @@
 //
 // To install, run:
 //
-//     $ go get golang.org/dl/go1.14.8
+//     $ go install golang.org/dl/go1.14.8@latest
 //     $ go1.14.8 download
 //
 // And then use the go1.14.8 command as if it were your normal go
diff --git a/go1.14.9/main.go b/go1.14.9/main.go
index dfe4658..aa3600e 100644
--- a/go1.14.9/main.go
+++ b/go1.14.9/main.go
@@ -6,7 +6,7 @@
 //
 // To install, run:
 //
-//     $ go get golang.org/dl/go1.14.9
+//     $ go install golang.org/dl/go1.14.9@latest
 //     $ go1.14.9 download
 //
 // And then use the go1.14.9 command as if it were your normal go
diff --git a/go1.14/main.go b/go1.14/main.go
index 53bcdda..1d2c099 100644
--- a/go1.14/main.go
+++ b/go1.14/main.go
@@ -6,7 +6,7 @@
 //
 // To install, run:
 //
-//     $ go get golang.org/dl/go1.14
+//     $ go install golang.org/dl/go1.14@latest
 //     $ go1.14 download
 //
 // And then use the go1.14 command as if it were your normal go
diff --git a/go1.14beta1/main.go b/go1.14beta1/main.go
index 19526fa..e755d00 100644
--- a/go1.14beta1/main.go
+++ b/go1.14beta1/main.go
@@ -6,7 +6,7 @@
 //
 // To install, run:
 //
-//     $ go get golang.org/dl/go1.14beta1
+//     $ go install golang.org/dl/go1.14beta1@latest
 //     $ go1.14beta1 download
 //
 // And then use the go1.14beta1 command as if it were your normal go
diff --git a/go1.14rc1/main.go b/go1.14rc1/main.go
index 396ad09..c2aa773 100644
--- a/go1.14rc1/main.go
+++ b/go1.14rc1/main.go
@@ -6,7 +6,7 @@
 //
 // To install, run:
 //
-//     $ go get golang.org/dl/go1.14rc1
+//     $ go install golang.org/dl/go1.14rc1@latest
 //     $ go1.14rc1 download
 //
 // And then use the go1.14rc1 command as if it were your normal go
diff --git a/go1.15.1/main.go b/go1.15.1/main.go
index d385382..d410ead 100644
--- a/go1.15.1/main.go
+++ b/go1.15.1/main.go
@@ -6,7 +6,7 @@
 //
 // To install, run:
 //
-//     $ go get golang.org/dl/go1.15.1
+//     $ go install golang.org/dl/go1.15.1@latest
 //     $ go1.15.1 download
 //
 // And then use the go1.15.1 command as if it were your normal go
diff --git a/go1.15.10/main.go b/go1.15.10/main.go
index 63b93e6..b0b66eb 100644
--- a/go1.15.10/main.go
+++ b/go1.15.10/main.go
@@ -6,7 +6,7 @@
 //
 // To install, run:
 //
-//     $ go get golang.org/dl/go1.15.10
+//     $ go install golang.org/dl/go1.15.10@latest
 //     $ go1.15.10 download
 //
 // And then use the go1.15.10 command as if it were your normal go
diff --git a/go1.15.11/main.go b/go1.15.11/main.go
index 701ad20..9fe6a85 100644
--- a/go1.15.11/main.go
+++ b/go1.15.11/main.go
@@ -6,7 +6,7 @@
 //
 // To install, run:
 //
-//     $ go get golang.org/dl/go1.15.11
+//     $ go install golang.org/dl/go1.15.11@latest
 //     $ go1.15.11 download
 //
 // And then use the go1.15.11 command as if it were your normal go
diff --git a/go1.15.12/main.go b/go1.15.12/main.go
index 5836471..f49e760 100644
--- a/go1.15.12/main.go
+++ b/go1.15.12/main.go
@@ -6,7 +6,7 @@
 //
 // To install, run:
 //
-//     $ go get golang.org/dl/go1.15.12
+//     $ go install golang.org/dl/go1.15.12@latest
 //     $ go1.15.12 download
 //
 // And then use the go1.15.12 command as if it were your normal go
diff --git a/go1.15.13/main.go b/go1.15.13/main.go
index 02f39c2..732a1ce 100644
--- a/go1.15.13/main.go
+++ b/go1.15.13/main.go
@@ -6,7 +6,7 @@
 //
 // To install, run:
 //
-//     $ go get golang.org/dl/go1.15.13
+//     $ go install golang.org/dl/go1.15.13@latest
 //     $ go1.15.13 download
 //
 // And then use the go1.15.13 command as if it were your normal go
diff --git a/go1.15.14/main.go b/go1.15.14/main.go
index 4796c26..c1b04a1 100644
--- a/go1.15.14/main.go
+++ b/go1.15.14/main.go
@@ -6,7 +6,7 @@
 //
 // To install, run:
 //
-//     $ go get golang.org/dl/go1.15.14
+//     $ go install golang.org/dl/go1.15.14@latest
 //     $ go1.15.14 download
 //
 // And then use the go1.15.14 command as if it were your normal go
diff --git a/go1.15.15/main.go b/go1.15.15/main.go
index f494376..abb7337 100644
--- a/go1.15.15/main.go
+++ b/go1.15.15/main.go
@@ -6,7 +6,7 @@
 //
 // To install, run:
 //
-//     $ go get golang.org/dl/go1.15.15
+//     $ go install golang.org/dl/go1.15.15@latest
 //     $ go1.15.15 download
 //
 // And then use the go1.15.15 command as if it were your normal go
diff --git a/go1.15.2/main.go b/go1.15.2/main.go
index 169ecb0..c699d12 100644
--- a/go1.15.2/main.go
+++ b/go1.15.2/main.go
@@ -6,7 +6,7 @@
 //
 // To install, run:
 //
-//     $ go get golang.org/dl/go1.15.2
+//     $ go install golang.org/dl/go1.15.2@latest
 //     $ go1.15.2 download
 //
 // And then use the go1.15.2 command as if it were your normal go
diff --git a/go1.15.3/main.go b/go1.15.3/main.go
index 1d4da4d..63c930e 100644
--- a/go1.15.3/main.go
+++ b/go1.15.3/main.go
@@ -6,7 +6,7 @@
 //
 // To install, run:
 //
-//     $ go get golang.org/dl/go1.15.3
+//     $ go install golang.org/dl/go1.15.3@latest
 //     $ go1.15.3 download
 //
 // And then use the go1.15.3 command as if it were your normal go
diff --git a/go1.15.4/main.go b/go1.15.4/main.go
index a68fc72..a49a4d9 100644
--- a/go1.15.4/main.go
+++ b/go1.15.4/main.go
@@ -6,7 +6,7 @@
 //
 // To install, run:
 //
-//     $ go get golang.org/dl/go1.15.4
+//     $ go install golang.org/dl/go1.15.4@latest
 //     $ go1.15.4 download
 //
 // And then use the go1.15.4 command as if it were your normal go
diff --git a/go1.15.5/main.go b/go1.15.5/main.go
index acb96fc..1e8f2a1 100644
--- a/go1.15.5/main.go
+++ b/go1.15.5/main.go
@@ -6,7 +6,7 @@
 //
 // To install, run:
 //
-//     $ go get golang.org/dl/go1.15.5
+//     $ go install golang.org/dl/go1.15.5@latest
 //     $ go1.15.5 download
 //
 // And then use the go1.15.5 command as if it were your normal go
diff --git a/go1.15.6/main.go b/go1.15.6/main.go
index d670736..f8b4d25 100644
--- a/go1.15.6/main.go
+++ b/go1.15.6/main.go
@@ -6,7 +6,7 @@
 //
 // To install, run:
 //
-//     $ go get golang.org/dl/go1.15.6
+//     $ go install golang.org/dl/go1.15.6@latest
 //     $ go1.15.6 download
 //
 // And then use the go1.15.6 command as if it were your normal go
diff --git a/go1.15.7/main.go b/go1.15.7/main.go
index b00df87..431b921 100644
--- a/go1.15.7/main.go
+++ b/go1.15.7/main.go
@@ -6,7 +6,7 @@
 //
 // To install, run:
 //
-//     $ go get golang.org/dl/go1.15.7
+//     $ go install golang.org/dl/go1.15.7@latest
 //     $ go1.15.7 download
 //
 // And then use the go1.15.7 command as if it were your normal go
diff --git a/go1.15.8/main.go b/go1.15.8/main.go
index 5789915..d03bd81 100644
--- a/go1.15.8/main.go
+++ b/go1.15.8/main.go
@@ -6,7 +6,7 @@
 //
 // To install, run:
 //
-//     $ go get golang.org/dl/go1.15.8
+//     $ go install golang.org/dl/go1.15.8@latest
 //     $ go1.15.8 download
 //
 // And then use the go1.15.8 command as if it were your normal go
diff --git a/go1.15.9/main.go b/go1.15.9/main.go
index a21d746..848d5b4 100644
--- a/go1.15.9/main.go
+++ b/go1.15.9/main.go
@@ -6,7 +6,7 @@
 //
 // To install, run:
 //
-//     $ go get golang.org/dl/go1.15.9
+//     $ go install golang.org/dl/go1.15.9@latest
 //     $ go1.15.9 download
 //
 // And then use the go1.15.9 command as if it were your normal go
diff --git a/go1.15/main.go b/go1.15/main.go
index 8ef0175..5931d0b 100644
--- a/go1.15/main.go
+++ b/go1.15/main.go
@@ -6,7 +6,7 @@
 //
 // To install, run:
 //
-//     $ go get golang.org/dl/go1.15
+//     $ go install golang.org/dl/go1.15@latest
 //     $ go1.15 download
 //
 // And then use the go1.15 command as if it were your normal go
diff --git a/go1.15beta1/main.go b/go1.15beta1/main.go
index 989704a..4e6351e 100644
--- a/go1.15beta1/main.go
+++ b/go1.15beta1/main.go
@@ -6,7 +6,7 @@
 //
 // To install, run:
 //
-//     $ go get golang.org/dl/go1.15beta1
+//     $ go install golang.org/dl/go1.15beta1@latest
 //     $ go1.15beta1 download
 //
 // And then use the go1.15beta1 command as if it were your normal go
diff --git a/go1.15rc1/main.go b/go1.15rc1/main.go
index eb242a0..5772e15 100644
--- a/go1.15rc1/main.go
+++ b/go1.15rc1/main.go
@@ -6,7 +6,7 @@
 //
 // To install, run:
 //
-//     $ go get golang.org/dl/go1.15rc1
+//     $ go install golang.org/dl/go1.15rc1@latest
 //     $ go1.15rc1 download
 //
 // And then use the go1.15rc1 command as if it were your normal go
diff --git a/go1.15rc2/main.go b/go1.15rc2/main.go
index dce6622..8042a71 100644
--- a/go1.15rc2/main.go
+++ b/go1.15rc2/main.go
@@ -6,7 +6,7 @@
 //
 // To install, run:
 //
-//     $ go get golang.org/dl/go1.15rc2
+//     $ go install golang.org/dl/go1.15rc2@latest
 //     $ go1.15rc2 download
 //
 // And then use the go1.15rc2 command as if it were your normal go
diff --git a/go1.16.1/main.go b/go1.16.1/main.go
index 5a5dc04..4bb6e36 100644
--- a/go1.16.1/main.go
+++ b/go1.16.1/main.go
@@ -6,7 +6,7 @@
 //
 // To install, run:
 //
-//     $ go get golang.org/dl/go1.16.1
+//     $ go install golang.org/dl/go1.16.1@latest
 //     $ go1.16.1 download
 //
 // And then use the go1.16.1 command as if it were your normal go
diff --git a/go1.16.2/main.go b/go1.16.2/main.go
index dc72fa5..b78fa76 100644
--- a/go1.16.2/main.go
+++ b/go1.16.2/main.go
@@ -6,7 +6,7 @@
 //
 // To install, run:
 //
-//     $ go get golang.org/dl/go1.16.2
+//     $ go install golang.org/dl/go1.16.2@latest
 //     $ go1.16.2 download
 //
 // And then use the go1.16.2 command as if it were your normal go
diff --git a/go1.16.3/main.go b/go1.16.3/main.go
index e8d3258..f56a153 100644
--- a/go1.16.3/main.go
+++ b/go1.16.3/main.go
@@ -6,7 +6,7 @@
 //
 // To install, run:
 //
-//     $ go get golang.org/dl/go1.16.3
+//     $ go install golang.org/dl/go1.16.3@latest
 //     $ go1.16.3 download
 //
 // And then use the go1.16.3 command as if it were your normal go
diff --git a/go1.16.4/main.go b/go1.16.4/main.go
index dbaed67..9b401e6 100644
--- a/go1.16.4/main.go
+++ b/go1.16.4/main.go
@@ -6,7 +6,7 @@
 //
 // To install, run:
 //
-//     $ go get golang.org/dl/go1.16.4
+//     $ go install golang.org/dl/go1.16.4@latest
 //     $ go1.16.4 download
 //
 // And then use the go1.16.4 command as if it were your normal go
diff --git a/go1.16.5/main.go b/go1.16.5/main.go
index 09a7a49..9508874 100644
--- a/go1.16.5/main.go
+++ b/go1.16.5/main.go
@@ -6,7 +6,7 @@
 //
 // To install, run:
 //
-//     $ go get golang.org/dl/go1.16.5
+//     $ go install golang.org/dl/go1.16.5@latest
 //     $ go1.16.5 download
 //
 // And then use the go1.16.5 command as if it were your normal go
diff --git a/go1.16.6/main.go b/go1.16.6/main.go
index 8635175..9f95c8a 100644
--- a/go1.16.6/main.go
+++ b/go1.16.6/main.go
@@ -6,7 +6,7 @@
 //
 // To install, run:
 //
-//     $ go get golang.org/dl/go1.16.6
+//     $ go install golang.org/dl/go1.16.6@latest
 //     $ go1.16.6 download
 //
 // And then use the go1.16.6 command as if it were your normal go
diff --git a/go1.16.7/main.go b/go1.16.7/main.go
index 7f6cd90..0e7ee15 100644
--- a/go1.16.7/main.go
+++ b/go1.16.7/main.go
@@ -6,7 +6,7 @@
 //
 // To install, run:
 //
-//     $ go get golang.org/dl/go1.16.7
+//     $ go install golang.org/dl/go1.16.7@latest
 //     $ go1.16.7 download
 //
 // And then use the go1.16.7 command as if it were your normal go
diff --git a/go1.16/main.go b/go1.16/main.go
index c607948..4a38a7f 100644
--- a/go1.16/main.go
+++ b/go1.16/main.go
@@ -6,7 +6,7 @@
 //
 // To install, run:
 //
-//     $ go get golang.org/dl/go1.16
+//     $ go install golang.org/dl/go1.16@latest
 //     $ go1.16 download
 //
 // And then use the go1.16 command as if it were your normal go
diff --git a/go1.16beta1/main.go b/go1.16beta1/main.go
index a1e8380..475a2f7 100644
--- a/go1.16beta1/main.go
+++ b/go1.16beta1/main.go
@@ -6,7 +6,7 @@
 //
 // To install, run:
 //
-//     $ go get golang.org/dl/go1.16beta1
+//     $ go install golang.org/dl/go1.16beta1@latest
 //     $ go1.16beta1 download
 //
 // And then use the go1.16beta1 command as if it were your normal go
diff --git a/go1.16rc1/main.go b/go1.16rc1/main.go
index c55b264..e306e99 100644
--- a/go1.16rc1/main.go
+++ b/go1.16rc1/main.go
@@ -6,7 +6,7 @@
 //
 // To install, run:
 //
-//     $ go get golang.org/dl/go1.16rc1
+//     $ go install golang.org/dl/go1.16rc1@latest
 //     $ go1.16rc1 download
 //
 // And then use the go1.16rc1 command as if it were your normal go
diff --git a/go1.17beta1/main.go b/go1.17beta1/main.go
index c63efd0..e044f3c 100644
--- a/go1.17beta1/main.go
+++ b/go1.17beta1/main.go
@@ -6,7 +6,7 @@
 //
 // To install, run:
 //
-//     $ go get golang.org/dl/go1.17beta1
+//     $ go install golang.org/dl/go1.17beta1@latest
 //     $ go1.17beta1 download
 //
 // And then use the go1.17beta1 command as if it were your normal go
diff --git a/go1.17rc1/main.go b/go1.17rc1/main.go
index 07e0a79..999ab1b 100644
--- a/go1.17rc1/main.go
+++ b/go1.17rc1/main.go
@@ -6,7 +6,7 @@
 //
 // To install, run:
 //
-//     $ go get golang.org/dl/go1.17rc1
+//     $ go install golang.org/dl/go1.17rc1@latest
 //     $ go1.17rc1 download
 //
 // And then use the go1.17rc1 command as if it were your normal go
diff --git a/go1.17rc2/main.go b/go1.17rc2/main.go
index 7618c8b..bbd62c4 100644
--- a/go1.17rc2/main.go
+++ b/go1.17rc2/main.go
@@ -6,7 +6,7 @@
 //
 // To install, run:
 //
-//     $ go get golang.org/dl/go1.17rc2
+//     $ go install golang.org/dl/go1.17rc2@latest
 //     $ go1.17rc2 download
 //
 // And then use the go1.17rc2 command as if it were your normal go
diff --git a/go1.5.4/main.go b/go1.5.4/main.go
index da5a857..c9ad20e 100644
--- a/go1.5.4/main.go
+++ b/go1.5.4/main.go
@@ -6,7 +6,7 @@
 //
 // To install, run:
 //
-//     $ go get golang.org/dl/go1.5.4
+//     $ go install golang.org/dl/go1.5.4@latest
 //     $ go1.5.4 download
 //
 // And then use the go1.5.4 command as if it were your normal go
diff --git a/go1.6.4/main.go b/go1.6.4/main.go
index 2cf53c2..ddf7873 100644
--- a/go1.6.4/main.go
+++ b/go1.6.4/main.go
@@ -6,7 +6,7 @@
 //
 // To install, run:
 //
-//     $ go get golang.org/dl/go1.6.4
+//     $ go install golang.org/dl/go1.6.4@latest
 //     $ go1.6.4 download
 //
 // And then use the go1.6.4 command as if it were your normal go
diff --git a/go1.7.6/main.go b/go1.7.6/main.go
index 5c0b1e5..bf31236 100644
--- a/go1.7.6/main.go
+++ b/go1.7.6/main.go
@@ -6,7 +6,7 @@
 //
 // To install, run:
 //
-//     $ go get golang.org/dl/go1.7.6
+//     $ go install golang.org/dl/go1.7.6@latest
 //     $ go1.7.6 download
 //
 // And then use the go1.7.6 command as if it were your normal go
diff --git a/go1.8.1/main.go b/go1.8.1/main.go
index 60344f8..a5d1d0f 100644
--- a/go1.8.1/main.go
+++ b/go1.8.1/main.go
@@ -6,7 +6,7 @@
 //
 // To install, run:
 //
-//     $ go get golang.org/dl/go1.8.1
+//     $ go install golang.org/dl/go1.8.1@latest
 //     $ go1.8.1 download
 //
 // And then use the go1.8.1 command as if it were your normal go
diff --git a/go1.8.2/main.go b/go1.8.2/main.go
index 54d0d80..19f4ed5 100644
--- a/go1.8.2/main.go
+++ b/go1.8.2/main.go
@@ -6,7 +6,7 @@
 //
 // To install, run:
 //
-//     $ go get golang.org/dl/go1.8.2
+//     $ go install golang.org/dl/go1.8.2@latest
 //     $ go1.8.2 download
 //
 // And then use the go1.8.2 command as if it were your normal go
diff --git a/go1.8.3/main.go b/go1.8.3/main.go
index 25a93b5..f546dd6 100644
--- a/go1.8.3/main.go
+++ b/go1.8.3/main.go
@@ -6,7 +6,7 @@
 //
 // To install, run:
 //
-//     $ go get golang.org/dl/go1.8.3
+//     $ go install golang.org/dl/go1.8.3@latest
 //     $ go1.8.3 download
 //
 // And then use the go1.8.3 command as if it were your normal go
diff --git a/go1.8.4/main.go b/go1.8.4/main.go
index 2aceb01..7bdad6a 100644
--- a/go1.8.4/main.go
+++ b/go1.8.4/main.go
@@ -6,7 +6,7 @@
 //
 // To install, run:
 //
-//     $ go get golang.org/dl/go1.8.4
+//     $ go install golang.org/dl/go1.8.4@latest
 //     $ go1.8.4 download
 //
 // And then use the go1.8.4 command as if it were your normal go
diff --git a/go1.8.5/main.go b/go1.8.5/main.go
index 7298f20..ec82d47 100644
--- a/go1.8.5/main.go
+++ b/go1.8.5/main.go
@@ -6,7 +6,7 @@
 //
 // To install, run:
 //
-//     $ go get golang.org/dl/go1.8.5
+//     $ go install golang.org/dl/go1.8.5@latest
 //     $ go1.8.5 download
 //
 // And then use the go1.8.5 command as if it were your normal go
diff --git a/go1.8.6/main.go b/go1.8.6/main.go
index bff1c05..f14f195 100644
--- a/go1.8.6/main.go
+++ b/go1.8.6/main.go
@@ -6,7 +6,7 @@
 //
 // To install, run:
 //
-//     $ go get golang.org/dl/go1.8.6
+//     $ go install golang.org/dl/go1.8.6@latest
 //     $ go1.8.6 download
 //
 // And then use the go1.8.6 command as if it were your normal go
diff --git a/go1.8.7/main.go b/go1.8.7/main.go
index 1be1d4c..c4d3c5f 100644
--- a/go1.8.7/main.go
+++ b/go1.8.7/main.go
@@ -6,7 +6,7 @@
 //
 // To install, run:
 //
-//     $ go get golang.org/dl/go1.8.7
+//     $ go install golang.org/dl/go1.8.7@latest
 //     $ go1.8.7 download
 //
 // And then use the go1.8.7 command as if it were your normal go
diff --git a/go1.8/main.go b/go1.8/main.go
index 5cefd8f..06d27e1 100644
--- a/go1.8/main.go
+++ b/go1.8/main.go
@@ -6,7 +6,7 @@
 //
 // To install, run:
 //
-//     $ go get golang.org/dl/go1.8
+//     $ go install golang.org/dl/go1.8@latest
 //     $ go1.8 download
 //
 // And then use the go1.8 command as if it were your normal go
diff --git a/go1.8beta1/main.go b/go1.8beta1/main.go
index 50823ba..3ba71bc 100644
--- a/go1.8beta1/main.go
+++ b/go1.8beta1/main.go
@@ -6,7 +6,7 @@
 //
 // To install, run:
 //
-//     $ go get golang.org/dl/go1.8beta1
+//     $ go install golang.org/dl/go1.8beta1@latest
 //     $ go1.8beta1 download
 //
 // And then use the go1.8beta1 command as if it were your normal go
diff --git a/go1.8beta2/main.go b/go1.8beta2/main.go
index be8f2b9..5502cf8 100644
--- a/go1.8beta2/main.go
+++ b/go1.8beta2/main.go
@@ -6,7 +6,7 @@
 //
 // To install, run:
 //
-//     $ go get golang.org/dl/go1.8beta2
+//     $ go install golang.org/dl/go1.8beta2@latest
 //     $ go1.8beta2 download
 //
 // And then use the go1.8beta2 command as if it were your normal go
diff --git a/go1.8rc1/main.go b/go1.8rc1/main.go
index 9a602ae..c85ec14 100644
--- a/go1.8rc1/main.go
+++ b/go1.8rc1/main.go
@@ -6,7 +6,7 @@
 //
 // To install, run:
 //
-//     $ go get golang.org/dl/go1.8rc1
+//     $ go install golang.org/dl/go1.8rc1@latest
 //     $ go1.8rc1 download
 //
 // And then use the go1.8rc1 command as if it were your normal go
diff --git a/go1.8rc2/main.go b/go1.8rc2/main.go
index e5bc606..f2668ca 100644
--- a/go1.8rc2/main.go
+++ b/go1.8rc2/main.go
@@ -6,7 +6,7 @@
 //
 // To install, run:
 //
-//     $ go get golang.org/dl/go1.8rc2
+//     $ go install golang.org/dl/go1.8rc2@latest
 //     $ go1.8rc2 download
 //
 // And then use the go1.8rc2 command as if it were your normal go
diff --git a/go1.8rc3/main.go b/go1.8rc3/main.go
index 346429b..1611cb0 100644
--- a/go1.8rc3/main.go
+++ b/go1.8rc3/main.go
@@ -6,7 +6,7 @@
 //
 // To install, run:
 //
-//     $ go get golang.org/dl/go1.8rc3
+//     $ go install golang.org/dl/go1.8rc3@latest
 //     $ go1.8rc3 download
 //
 // And then use the go1.8rc3 command as if it were your normal go
diff --git a/go1.9.1/main.go b/go1.9.1/main.go
index ab294d6..f566e00 100644
--- a/go1.9.1/main.go
+++ b/go1.9.1/main.go
@@ -6,7 +6,7 @@
 //
 // To install, run:
 //
-//     $ go get golang.org/dl/go1.9.1
+//     $ go install golang.org/dl/go1.9.1@latest
 //     $ go1.9.1 download
 //
 // And then use the go1.9.1 command as if it were your normal go
diff --git a/go1.9.2/main.go b/go1.9.2/main.go
index 1957420..62780db 100644
--- a/go1.9.2/main.go
+++ b/go1.9.2/main.go
@@ -6,7 +6,7 @@
 //
 // To install, run:
 //
-//     $ go get golang.org/dl/go1.9.2
+//     $ go install golang.org/dl/go1.9.2@latest
 //     $ go1.9.2 download
 //
 // And then use the go1.9.2 command as if it were your normal go
diff --git a/go1.9.3/main.go b/go1.9.3/main.go
index 1e62158..46e096e 100644
--- a/go1.9.3/main.go
+++ b/go1.9.3/main.go
@@ -6,7 +6,7 @@
 //
 // To install, run:
 //
-//     $ go get golang.org/dl/go1.9.3
+//     $ go install golang.org/dl/go1.9.3@latest
 //     $ go1.9.3 download
 //
 // And then use the go1.9.3 command as if it were your normal go
diff --git a/go1.9.4/main.go b/go1.9.4/main.go
index 0620dca..a2e2095 100644
--- a/go1.9.4/main.go
+++ b/go1.9.4/main.go
@@ -6,7 +6,7 @@
 //
 // To install, run:
 //
-//     $ go get golang.org/dl/go1.9.4
+//     $ go install golang.org/dl/go1.9.4@latest
 //     $ go1.9.4 download
 //
 // And then use the go1.9.4 command as if it were your normal go
diff --git a/go1.9.5/main.go b/go1.9.5/main.go
index 82c9fdb..5e35554 100644
--- a/go1.9.5/main.go
+++ b/go1.9.5/main.go
@@ -6,7 +6,7 @@
 //
 // To install, run:
 //
-//     $ go get golang.org/dl/go1.9.5
+//     $ go install golang.org/dl/go1.9.5@latest
 //     $ go1.9.5 download
 //
 // And then use the go1.9.5 command as if it were your normal go
diff --git a/go1.9.6/main.go b/go1.9.6/main.go
index d07b604..b72a161 100644
--- a/go1.9.6/main.go
+++ b/go1.9.6/main.go
@@ -6,7 +6,7 @@
 //
 // To install, run:
 //
-//     $ go get golang.org/dl/go1.9.6
+//     $ go install golang.org/dl/go1.9.6@latest
 //     $ go1.9.6 download
 //
 // And then use the go1.9.6 command as if it were your normal go
diff --git a/go1.9.7/main.go b/go1.9.7/main.go
index a843cce..bf9f9ac 100644
--- a/go1.9.7/main.go
+++ b/go1.9.7/main.go
@@ -6,7 +6,7 @@
 //
 // To install, run:
 //
-//     $ go get golang.org/dl/go1.9.7
+//     $ go install golang.org/dl/go1.9.7@latest
 //     $ go1.9.7 download
 //
 // And then use the go1.9.7 command as if it were your normal go
diff --git a/go1.9/main.go b/go1.9/main.go
index 576072c..ca5da8e 100644
--- a/go1.9/main.go
+++ b/go1.9/main.go
@@ -6,7 +6,7 @@
 //
 // To install, run:
 //
-//     $ go get golang.org/dl/go1.9
+//     $ go install golang.org/dl/go1.9@latest
 //     $ go1.9 download
 //
 // And then use the go1.9 command as if it were your normal go
diff --git a/go1.9beta1/main.go b/go1.9beta1/main.go
index 9031f98..f63b590 100644
--- a/go1.9beta1/main.go
+++ b/go1.9beta1/main.go
@@ -6,7 +6,7 @@
 //
 // To install, run:
 //
-//     $ go get golang.org/dl/go1.9beta1
+//     $ go install golang.org/dl/go1.9beta1@latest
 //     $ go1.9beta1 download
 //
 // And then use the go1.9beta1 command as if it were your normal go
diff --git a/go1.9beta2/main.go b/go1.9beta2/main.go
index 2a63e1d..314826b 100644
--- a/go1.9beta2/main.go
+++ b/go1.9beta2/main.go
@@ -6,7 +6,7 @@
 //
 // To install, run:
 //
-//     $ go get golang.org/dl/go1.9beta2
+//     $ go install golang.org/dl/go1.9beta2@latest
 //     $ go1.9beta2 download
 //
 // And then use the go1.9beta2 command as if it were your normal go
diff --git a/go1.9rc1/main.go b/go1.9rc1/main.go
index 3dbcd02..c08d38a 100644
--- a/go1.9rc1/main.go
+++ b/go1.9rc1/main.go
@@ -6,7 +6,7 @@
 //
 // To install, run:
 //
-//     $ go get golang.org/dl/go1.9rc1
+//     $ go install golang.org/dl/go1.9rc1@latest
 //     $ go1.9rc1 download
 //
 // And then use the go1.9rc1 command as if it were your normal go
diff --git a/go1.9rc2/main.go b/go1.9rc2/main.go
index 7301d58..46fbe1e 100644
--- a/go1.9rc2/main.go
+++ b/go1.9rc2/main.go
@@ -6,7 +6,7 @@
 //
 // To install, run:
 //
-//     $ go get golang.org/dl/go1.9rc2
+//     $ go install golang.org/dl/go1.9rc2@latest
 //     $ go1.9rc2 download
 //
 // And then use the go1.9rc2 command as if it were your normal go
diff --git a/gotip/main.go b/gotip/main.go
index 8d9c4b1..c13015d 100644
--- a/gotip/main.go
+++ b/gotip/main.go
@@ -6,7 +6,7 @@
 //
 // To install, run:
 //
-//     $ go get golang.org/dl/gotip
+//     $ go install golang.org/dl/gotip@latest
 //     $ gotip download
 //
 // And then use the gotip command as if it were your normal go command.
diff --git a/internal/genv/main.go b/internal/genv/main.go
index dd19223..91b9c42 100644
--- a/internal/genv/main.go
+++ b/internal/genv/main.go
@@ -105,7 +105,7 @@
 //
 // To install, run:
 //
-//     $ go get golang.org/dl/{{.Version}}
+//     $ go install golang.org/dl/{{.Version}}@latest
 //     $ {{.Version}} download
 //
 // And then use the {{.Version}} command as if it were your normal go