• Konstantin Shaposhnikov's avatar
    cmd/vet: remove -test flag · b8a2e25f
    Konstantin Shaposhnikov authored
    -test flag is a testing only flag that enables all vet checks. It was needed
    because there was no way to run all vet checks in a single command
    invocation. However it is possible to do this now by combining -all and -shadow
    flags.
    
    Also a recently added -tests flag is similarly named, having both -test and
    -tests can be confusing.
    
    Change-Id: Ie5bacbe0bef5c8409eeace46f16141fa4e782c32
    Reviewed-on: https://go-review.googlesource.com/20006Reviewed-by: 's avatarRob Pike <r@golang.org>
    Run-TryBot: Rob Pike <r@golang.org>
    TryBot-Result: Gobot Gobot <gobot@golang.org>
    b8a2e25f
Name
Last commit
Last update
..
internal/whitelist Loading commit data...
testdata Loading commit data...
README Loading commit data...
asmdecl.go Loading commit data...
assign.go Loading commit data...
atomic.go Loading commit data...
bool.go Loading commit data...
buildtag.go Loading commit data...
cgo.go Loading commit data...
composite.go Loading commit data...
copylock.go Loading commit data...
deadcode.go Loading commit data...
doc.go Loading commit data...
main.go Loading commit data...
method.go Loading commit data...
nilfunc.go Loading commit data...
print.go Loading commit data...
rangeloop.go Loading commit data...
shadow.go Loading commit data...
shift.go Loading commit data...
structtag.go Loading commit data...
tests.go Loading commit data...
types.go Loading commit data...
unsafeptr.go Loading commit data...
unused.go Loading commit data...
vet_test.go Loading commit data...