From: Katie Hockman Date: Tue, 4 Feb 2020 17:48:20 +0000 (-0500) Subject: doc: remove paragraph break for upgrading to modules X-Git-Tag: go1.14rc1~2 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=a744be42f9427a3b20e7e179e4b9831dbcf27f4c;p=gostls13.git 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 Reviewed-by: Bryan C. Mills --- diff --git a/doc/go1.14.html b/doc/go1.14.html index d3199cb0e9..186899e680 100644 --- a/doc/go1.14.html +++ b/doc/go1.14.html @@ -27,9 +27,6 @@ Do not send CLs removing the interior tags from such phrases.

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 open issue