golang/go

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

开放

#35,849 创建于 2019年11月26日

 (5 条评论) (3 个反应) (0 位负责人)Go (19,008 个派生)batch import
GoCommandNeedsInvestigationhelp wantedmodules

仓库指标

星标
 (133,883 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

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

贡献者指南