Skip to content

Commit 2dfb0eb

Browse files
ianlancetayloradg
authored andcommitted
[release-branch.go1.5] cmd/go: -a does apply to the standard library
This changed in https://golang.org/cl/10761. Update #12203. Change-Id: Ia37ebb7ecba689ad3cb2559213d675f21cf03a95 Reviewed-on: https://go-review.googlesource.com/13799 Reviewed-by: Russ Cox <[email protected]> Reviewed-on: https://go-review.googlesource.com/14226 Reviewed-by: Minux Ma <[email protected]>
1 parent d4f1309 commit 2dfb0eb

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/cmd/go/alldocs.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ and test commands:
8181
8282
-a
8383
force rebuilding of packages that are already up-to-date.
84-
In Go releases, does not apply to the standard library.
8584
-n
8685
print the commands but do not run them.
8786
-p n

src/cmd/go/build.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ and test commands:
6060
6161
-a
6262
force rebuilding of packages that are already up-to-date.
63-
In Go releases, does not apply to the standard library.
6463
-n
6564
print the commands but do not run them.
6665
-p n

0 commit comments

Comments
 (0)