aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/internal/cmdflag
AgeCommit message (Expand)Author
2020-02-25cmd/go/internal/{test,vet}: use a standard flag.FlagSet to parse flagsBryan C. Mills
2019-03-01cmd/go: remove work directory on usage errorIan Lance Taylor
2018-11-06cmd/go: make 'go test -h' print two linesDaniel Martí
2018-08-01cmd/go: add $GOFLAGS environment variableRuss Cox
2017-10-05all: revert "all: prefer strings.IndexByte over strings.Index"Marvin Stenger
2017-09-25all: prefer strings.IndexByte over strings.IndexMarvin Stenger
2017-04-10cmd/go: allow full flag processing in go vetRob Pike