cmd/go: make -trimpath a list #28002
Labels
FeatureRequest
FrozenDueToAge
GoCommand
cmd/go
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Please answer these questions before submitting your issue. Thanks!
What version of Go are you using (
go version
)?1.11rc2
Does this issue reproduce with the latest release?
yes
What operating system and processor architecture are you using (
go env
)?linux/amd64
What did you do?
go build -gcflags=-trimpath=/tmp/foo:/tmp/bar
I'd like to be able to trim multiple paths for fully reproducible multi-GOPATH builds in different users' environments.
The text was updated successfully, but these errors were encountered: