]> Cypherpunks repositories - gostls13.git/commit
cmd/go: fix command name in error messages
authoryuuji.yaginuma <yuuji.yaginuma@gmail.com>
Wed, 24 Oct 2018 05:05:15 +0000 (05:05 +0000)
committerBryan C. Mills <bcmills@google.com>
Wed, 24 Oct 2018 21:23:54 +0000 (21:23 +0000)
commit0e40889796a1dc9e2393bf4d66997da68692e970
tree2464be4081e0553100ea5a6bd1bb68e176e1980c
parent7989119d1765955319141003ae21c8ff36f80bfb
cmd/go: fix command name in error messages

`go vendor` is now `go mod vendor`. So it should be unified to use `go mod vendor` in error messages.

Change-Id: I9e84b9a4f4500659b183b83040867b12a8d174aa
GitHub-Last-Rev: 8516e246d4e7f70bf21311b4cb8cb571a561815b
GitHub-Pull-Request: golang/go#28347
Reviewed-on: https://go-review.googlesource.com/c/144379
Reviewed-by: Bryan C. Mills <bcmills@google.com>
Run-TryBot: Bryan C. Mills <bcmills@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/cmd/go/internal/modcmd/vendor.go