From fa0537b8af25530506c9b57348a032607c29c5b7 Mon Sep 17 00:00:00 2001 From: Dmitri Shuralyov Date: Tue, 25 Jun 2019 14:57:50 -0400 Subject: [PATCH] doc/go1.13: close and tags Fixup for two typos from CL 183630. Change-Id: I7968a736680e8a6bbd1f4691d443b217702bc190 Reviewed-on: https://go-review.googlesource.com/c/go/+/183843 Reviewed-by: Bryan C. Mills --- doc/go1.13.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/go1.13.html b/doc/go1.13.html index fb9ea42429..a1584f99da 100644 --- a/doc/go1.13.html +++ b/doc/go1.13.html @@ -270,7 +270,7 @@ go env -w GOSUMDB=off Additionally, the go get subcommand now supports the -t flag in module-aware mode. As in GOPATH mode, the -t flag instructs go get to include - the packages imported by tests of the packages named on the command + the packages imported by tests of the packages named on the command line. If the -t flag is set, the packages imported by tests will be updated (if the -u flag is set), downloaded, and built (unless the -d flag is set) along with the usual non-test packages. @@ -312,7 +312,7 @@ go env -w GOSUMDB=off main module uses an invalid pseudo-version, it can usually be corrected by redacting the version to just the commit hash and re-running a go command, such - as go list -m all + as go list -m all or go mod tidy. For example,

require github.com/docker/docker v1.14.0-0.20190319215453-e7b5f7dbe98c
-- 2.50.0