From c5f695e8639f6fccac0c7dca02739c8f64dca5a0 Mon Sep 17 00:00:00 2001
From: Rob Pike go
fix
will update imports of these packages to use the new import paths.
Installations that depend on these packages will need to install them using
-a go install
command.
+a go get
command.
+One of the most significant changes associated with Go 1 is the availability +of prepackaged, downloadable distributions. +They are available for many combinations of architecture and operating system +(including Windows) and the list will grow. +Installation details are described on the +Getting Started page, while +the distributions themselves are listed on the +downloads page.