From: Ainar Garipov Date: Wed, 9 Oct 2019 20:48:31 +0000 (+0300) Subject: dog/go1.14: properly close code tags X-Git-Tag: go1.14beta1~798 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=19a7490e568824302b271f6e27dde3f1cd92ffc7;p=gostls13.git dog/go1.14: properly close code tags Some code tags in the HTML were not properly closed. Close them so that the text is rendered correctly. Change-Id: I5c2170ffced313417f65004d53518128c34f7979 Reviewed-on: https://go-review.googlesource.com/c/go/+/200117 Reviewed-by: Ian Lance Taylor --- diff --git a/doc/go1.14.html b/doc/go1.14.html index eedc53226b..d836d08683 100644 --- a/doc/go1.14.html +++ b/doc/go1.14.html @@ -54,11 +54,11 @@ TODO

When the main module contains a top-level vendor directory and - its go.mod file specifies go 1.14 or + its go.mod file specifies go 1.14 or higher, the go command now defaults to -mod=vendor for operations that accept that flag. A new value for that flag, -mod=mod, causes the go command to instead load - modules from the module cache (as when no vendor directory is + modules from the module cache (as when no vendor directory is present).