golang/go

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

Open

#35,849 opened on Nov 26, 2019

View on GitHub
 (5 comments) (3 reactions) (0 assignees)Go (19,008 forks)batch import
GoCommandNeedsInvestigationhelp wantedmodules

Repository metrics

Stars
 (133,883 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

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

Contributor guide