golang / go

The Go programming language
https://go.dev
BSD 3-Clause "New" or "Revised" License
124.32k stars 17.7k forks source link

cmd/go: support "-x" in most of go mod commands #35849

Open hyangah opened 5 years ago

hyangah commented 5 years ago

https://golang.org/cl/208558 surfaces "-x" flag support in go mod download. We think "-x" may make sense for most of other go mod commands that involve non-trivial commands execution underneath.

@jayconrod @bcmills

gopherbot commented 5 years ago

Change https://golang.org/cl/208558 mentions this issue: cmd/go: enable -x in go mod download

gopherbot commented 3 years ago

Change https://golang.org/cl/350829 mentions this issue: cmd/go: enable -x in go mod download

gopherbot commented 2 years ago

Change https://go.dev/cl/448915 mentions this issue: cmd/go: enable -x in go mod tidy

gopherbot commented 2 years ago

Change https://go.dev/cl/448935 mentions this issue: cmd/go: enable -x in go mod graph

gopherbot commented 1 month ago

Change https://go.dev/cl/620735 mentions this issue: cmd/go: enable -x in go mod vendor