]> Cypherpunks repositories - gostls13.git/commit
cmd/go: add -shift to go vet's flag whitelist
authorAdam Thomason <athomason@gmail.com>
Wed, 25 Oct 2017 21:36:23 +0000 (14:36 -0700)
committerIan Lance Taylor <iant@golang.org>
Wed, 25 Oct 2017 22:01:58 +0000 (22:01 +0000)
commit4aa28896b7703dcb153f0effae4007dd098b6c06
tree02363b4089c2585c39977283774e5aec4d8598f3
parent060d1a57401180bc003c0d882033b35ca19374a2
cmd/go: add -shift to go vet's flag whitelist

CL 40112 intended to allow full flag processing in go vet, but missed
vet's -shift flag; this corrects the omission.

Fixes #22442

Change-Id: I47525018306bd8b9aa452fb378d0d45319f8cf11
Reviewed-on: https://go-review.googlesource.com/73553
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/cmd/go/internal/vet/vetflag.go