]> Cypherpunks repositories - gostls13.git/commit
[release-branch.go1.13] cmd: update golang.org/x/tools to v0.0.0-20200615191743-991d5...
authorDmitri Shuralyov <dmitshur@golang.org>
Mon, 15 Jun 2020 19:23:04 +0000 (15:23 -0400)
committerDmitri Shuralyov <dmitshur@golang.org>
Mon, 15 Jun 2020 22:36:22 +0000 (22:36 +0000)
commit206ee872d1e91f970ced55a772615e1203a6eaca
tree68ff2e590b633c9380e6af9b1a00ef5999b4d688
parent7e87a63ed651af850c859fb9f5b2002e223508da
[release-branch.go1.13] cmd: update golang.org/x/tools to v0.0.0-20200615191743-991d59a616de

This teaches vet to recognize the new formats %#b and %O on integers,
%x on float/complex. They have been supported since the 1.13 release,
but vet would warn about it.

Also update cmd/vet testdata accordingly, as was done in CL 202083.

Fixes #39287.
For #29986.

Change-Id: Ia7817ee60ae6beac32cc402c0c68afa917e4ef0f
Reviewed-on: https://go-review.googlesource.com/c/go/+/238018
Run-TryBot: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/cmd/go.mod
src/cmd/go.sum
src/cmd/vendor/golang.org/x/tools/go/analysis/passes/printf/printf.go
src/cmd/vendor/modules.txt
src/cmd/vet/testdata/print/print.go