From 19a7490e568824302b271f6e27dde3f1cd92ffc7 Mon Sep 17 00:00:00 2001 From: Ainar Garipov Date: Wed, 9 Oct 2019 23:48:31 +0300 Subject: [PATCH] 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 --- doc/go1.14.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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).

-- 2.50.0