aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/internal/version/version.go
AgeCommit message (Expand)Author
2021-09-15cmd/go: remove subcommand prefix from error messagesJay Conrod
2020-12-02all: update to use filepath.WalkDir instead of filepath.WalkRuss Cox
2020-10-20all: update references to symbols moved from os to io/fsRuss Cox
2020-09-15cmd/go: relax version's error on unexpected flagsDaniel Martí
2020-08-17all: replace Replace(..., -1) with ReplaceAll(...)Polina Osadcha
2020-08-12cmd/go: add Context parameter to base.command.RunMichael Matloob
2020-02-28cmd/go: version command should error when given bad argsDaniel Martí
2019-04-27cmd/go: fix typo in "go help version" outputMark Rushakoff
2019-04-26cmd/go: make 'go version' apply to filesRuss Cox
2018-08-01cmd/go: split go mod into multiple subcommandsRuss Cox
2017-02-03cmd/go: address review commentsRuss Cox
2017-02-03cmd/go: split out cmd/go/internal/clean,doc,fix,generate,list,run,tool,versio...Russ Cox