5 comments (5 comments)3 reactions (3 reactions)0 assignees (0 assignees)Go19,008 forks (19,008 forks)batch import
GoCommandNeedsInvestigationhelp wantedmodules
Repository metrics
- Stars
- 133,883 stars (133,883 stars)
- PR merge metrics
- No merged PRs in 30d (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
- Research direction
- Examine the implementation of the ` x` flag in `go mod download` (https://golang.org/cl/208558) to understand how it's added, then identify the other `go mod` commands that execute external commands (e.g., `go mod vendor`, `go mod tidy`) and replicate the ` x` flag pattern for those commands.
- Tech stack
- go
- Domain
- backend
- Issue type
- Feature
- Prerequisites
- Go