mirror of
https://github.com/golang/go
synced 2024-11-11 20:40:21 -07:00
doc: remove paragraph break for upgrading to modules
Previously, the release notes broke up the sentences that modules is now ready for production use and where to file issues for migration problems into separate paragraphs. This made it look like the migration paragraph was about upgrading to 1.14, not to modules, and made the reading a bit confusing. Now the entire idea is in one paragraph. Change-Id: I10bddfb8aba5f5909ac6842f25e3e97d505835e6 Reviewed-on: https://go-review.googlesource.com/c/go/+/217720 Run-TryBot: Katie Hockman <katie@golang.org> Reviewed-by: Bryan C. Mills <bcmills@google.com>
This commit is contained in:
parent
e6ebbe0d20
commit
a744be42f9
@ -27,9 +27,6 @@ Do not send CLs removing the interior tags from such phrases.
|
||||
<p>
|
||||
Module support in the <code>go</code> command is now ready for production use,
|
||||
and we encourage all users to migrate to Go modules for dependency management.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
If you are unable to migrate due to a problem in the Go toolchain,
|
||||
please ensure that the problem has an
|
||||
<a href="https://golang.org/issue?q=is%3Aissue+is%3Aopen+label%3Amodules">open issue</a>
|
||||
|
Loading…
Reference in New Issue
Block a user