From fa0537b8af25530506c9b57348a032607c29c5b7 Mon Sep 17 00:00:00 2001
From: Dmitri Shuralyov 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 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.52.0