From: Dmitri Shuralyov tags
X-Git-Tag: go1.13beta1~8
X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=fa0537b8af25530506c9b57348a032607c29c5b7;p=gostls13.git
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
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