summaryrefslogtreecommitdiff
path: root/src/cmd/go/internal/modfetch/codehost/shell.go
Commit message (Expand)AuthorAgeFilesLines
* all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox2021-10-281-1/+0
* all: go fmt std cmd (but revert vendor)Russ Cox2021-02-201-0/+1
* all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox2020-12-091-2/+1
* all: update references to symbols moved from io/ioutil to ioRuss Cox2020-10-201-1/+2
* cmd/go: allow configuring module cache directory with GOMODCACHEMichael Matloob2020-04-081-1/+2
* cmd/go/internal/modfetch/codehost: remove invariantly-empty return value from...Bryan C. Mills2019-10-241-1/+1
* cmd/go: merge module support from x/vgo repoRuss Cox2018-07-121-0/+140