5 Kommentare (5 Kommentare)3 Reaktionen (3 Reaktionen)0 zugewiesene Personen (0 zugewiesene Personen)Go19.008 Forks (19.008 Forks)batch import
GoCommandNeedsInvestigationhelp wantedmodules
Repository-Metriken
- Stars
- 133.883 Sterne (133.883 Sterne)
- PR-Merge-Metriken
- Keine gemergten PRs in 30 T (Keine gemergten PRs in 30 T)
Beschreibung
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-Richtung
- Untersuche die Implementierung des ` x` Flags in `go mod download` (https://golang.org/cl/208558), um zu verstehen, wie es hinzugefügt wird, identifiziere dann die anderen `go mod` Befehle, die externe Befehle ausführen (z.B. `go mod vendor`, `go mod tidy`), und repliziere das ` x` Flag Muster für diese Befehle.
- Tech Stack
- go
- Domain
- backend
- Issue Type
- Funktion
- Voraussetzungen
- Go