aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/internal/version
AgeCommit message (Expand)Author
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-08-06cmd/go: look for __go_buildinfo section when looking for Mach-O versionJay Conrod
2019-08-05cmd/go: look for .go.buildinfo section when looking for ELF versionMark Glines
2019-05-07cmd/go: don't print phdrs running "go version" on ELF filesIan Lance Taylor
2019-04-29cmd/go: add XCOFF format handler for go versionClément Chigot
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