Skip to content

Commit c33153f

Browse files
mark-rushakoffianlancetaylor
authored andcommitted
[release-branch.go1.11] cmd/go: don't mention -mod=release
The -mod=release flag is not supported, so this appears to be a documentation mistake. Updates #27354. Fixes #27398. Change-Id: I895e8d5b4918adcb1f605361773173f312fa7b65 GitHub-Last-Rev: 42bfe0c GitHub-Pull-Request: #27358 Reviewed-on: https://go-review.googlesource.com/132116 Run-TryBot: Bryan C. Mills <[email protected]> TryBot-Result: Gobot Gobot <[email protected]> Reviewed-by: Bryan C. Mills <[email protected]> (cherry picked from commit 014901c) Reviewed-on: https://go-review.googlesource.com/c/139421 Run-TryBot: Ian Lance Taylor <[email protected]> Reviewed-by: Brad Fitzpatrick <[email protected]>
1 parent aa09661 commit c33153f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/cmd/go/alldocs.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/cmd/go/internal/work/build.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ and test commands:
9999
link against shared libraries previously created with
100100
-buildmode=shared.
101101
-mod mode
102-
module download mode to use: readonly, release, or vendor.
102+
module download mode to use: readonly or vendor.
103103
See 'go help modules' for more.
104104
-pkgdir dir
105105
install and load all packages from dir instead of the usual locations.

0 commit comments

Comments
 (0)