]> Cypherpunks repositories - gostls13.git/commit
doc: remove paragraph break for upgrading to modules
authorKatie Hockman <katie@golang.org>
Tue, 4 Feb 2020 17:48:20 +0000 (12:48 -0500)
committerKatie Hockman <katie@golang.org>
Tue, 4 Feb 2020 19:45:51 +0000 (19:45 +0000)
commita744be42f9427a3b20e7e179e4b9831dbcf27f4c
tree18bc8775807966ebb9f02afd42e17ae583ea481d
parente6ebbe0d20fe877b111cf4ccf8349cba129d6d3a
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>
doc/go1.14.html