From 3dcb516d425989a8916188abbb36fe1ac386a54f Mon Sep 17 00:00:00 2001 From: Alexander Rakoczy Date: Tue, 25 Feb 2020 13:44:18 -0500 Subject: [PATCH] [release-branch.go1.14] doc/go1.14: add link to module migration guide Adding a link to this guide will provide more value to instructing Go users to migrate to modules. Updates #36878 Change-Id: Ie6ab45efcd35cc5e5ba5adc16ba0ca4cca4292bc Reviewed-on: https://go-review.googlesource.com/c/go/+/220906 Run-TryBot: Alexander Rakoczy Reviewed-by: thepudds Reviewed-by: Dmitri Shuralyov TryBot-Result: Gobot Gobot (cherry picked from commit 8e2dad5529d250d548e87720741d20e88a1dfaf2) Reviewed-on: https://go-review.googlesource.com/c/go/+/220981 Reviewed-by: Carlos Amedee --- doc/go1.14.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/go1.14.html b/doc/go1.14.html index 9d5dff6bc6072e..6e7c5dc9b62ffa 100644 --- a/doc/go1.14.html +++ b/doc/go1.14.html @@ -25,9 +25,9 @@

Introduction to Go 1.14

Module support in the go command is now ready for production use, - and we encourage all users to migrate to Go modules for dependency management. - If you are unable to migrate due to a problem in the Go toolchain, - please ensure that the problem has an + and we encourage all users to migrate to Go + modules for dependency management. If you are unable to migrate due to a problem in the Go + toolchain, please ensure that the problem has an open issue filed. (If the issue is not on the Go1.15 milestone, please let us know why it prevents you from migrating so that we can prioritize it