]> Cypherpunks repositories - gostls13.git/commit
cmd/go: enable stringintconv and ifaceassert vet checks by default
authorsmasher164 <aindurti@gmail.com>
Wed, 6 May 2020 18:02:29 +0000 (14:02 -0400)
committerIan Lance Taylor <iant@golang.org>
Wed, 13 May 2020 18:00:00 +0000 (18:00 +0000)
commitb819adfe6d3bb53b1c863d5c5a8b64b89698d9f7
treeb10f479e76a6779f807f9a99100c827ac931a525
parentee0d40cba454c32876a8730d7029bfa6db073735
cmd/go: enable stringintconv and ifaceassert vet checks by default

As per discussion on the accepted proposals, enable these vet checks by
default in the go command. Update corresponding documentation as well.

Updates #32479.
Updates #4483.

Change-Id: Ie93471930c24dbb9bcbf7da5deaf63bc1a97a14f
Reviewed-on: https://go-review.googlesource.com/c/go/+/232660
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/cmd/go/alldocs.go
src/cmd/go/internal/test/test.go