Skip to content

Commit 3dcb516

Browse files
committed
[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 <[email protected]> Reviewed-by: thepudds <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]> TryBot-Result: Gobot Gobot <[email protected]> (cherry picked from commit 8e2dad5) Reviewed-on: https://go-review.googlesource.com/c/go/+/220981 Reviewed-by: Carlos Amedee <[email protected]>
1 parent 20a838a commit 3dcb516

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/go1.14.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ <h2 id="introduction">Introduction to Go 1.14</h2>
2525

2626
<p>
2727
Module support in the <code>go</code> command is now ready for production use,
28-
and we encourage all users to migrate to Go modules for dependency management.
29-
If you are unable to migrate due to a problem in the Go toolchain,
30-
please ensure that the problem has an
28+
and we encourage all users to <a href="https://blog.golang.org/migrating-to-go-modules">migrate to Go
29+
modules for dependency management</a>. If you are unable to migrate due to a problem in the Go
30+
toolchain, please ensure that the problem has an
3131
<a href="https://golang.org/issue?q=is%3Aissue+is%3Aopen+label%3Amodules">open issue</a>
3232
filed. (If the issue is not on the <code>Go1.15</code> milestone, please let us
3333
know why it prevents you from migrating so that we can prioritize it

0 commit comments

Comments
 (0)