aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/internal/modcmd/init.go
AgeCommit message (Expand)Author
2020-09-11cmd/go: refactor -mod flag parsingJay Conrod
2020-08-20cmd/go: do context propagation for tracing downloadsMichael Matloob
2020-08-18cmd/go: revert 3 CLs affecting par.Work, context propagation, tracingDmitri Shuralyov
2020-08-17cmd/go: do context propagation for tracing downloadsMichael Matloob
2020-08-14cmd/go: don't save sums for modules loaded for import resolutionJay Conrod
2020-08-12cmd/go: add Context parameter to base.command.RunMichael Matloob
2019-10-24cmd/go: add -modfile flag that sets go.mod file to read/writeJay Conrod
2019-10-22cmd/go: support -modcacherw in 'go mod' subcommandsJay Conrod
2019-04-18cmd/go: mod init outside of GOPATH silently failsRens Rikkerink
2018-12-07cmd/go: disallow version string in go mod init module pathKyle Wood
2018-08-01cmd/go: split go mod into multiple subcommandsRuss Cox