]> Cypherpunks repositories - gostls13.git/commit
cmd/go: remove the -buildinfo flag
authorBryan C. Mills <bcmills@google.com>
Fri, 14 Jan 2022 16:23:59 +0000 (11:23 -0500)
committerBryan Mills <bcmills@google.com>
Tue, 18 Jan 2022 18:06:50 +0000 (18:06 +0000)
commitd54f6630703900948d9757487a1bffd87b7d36e2
tree677076f2d654103f4a49492b8c6bf4b788d01d11
parent5b3ebc8b72f496a5c6892d76fdeee3d9029b55cc
cmd/go: remove the -buildinfo flag

Fixes #50501
(in a sense, by removing a flag that looks like it should do something
it does not)

Change-Id: I69ae4862706a6283cda4016fd43b361bb21557f9
Reviewed-on: https://go-review.googlesource.com/c/go/+/378576
Trust: Bryan Mills <bcmills@google.com>
Run-TryBot: Bryan Mills <bcmills@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Russ Cox <rsc@golang.org>
src/cmd/go/alldocs.go
src/cmd/go/go_test.go
src/cmd/go/internal/cfg/cfg.go
src/cmd/go/internal/load/pkg.go
src/cmd/go/internal/work/build.go