]> Cypherpunks repositories - gostls13.git/commit
cmd/vet: properly handle indexed arguments in printf
authorAliaksandr Valialkin <valyala@gmail.com>
Thu, 23 Jun 2016 11:59:26 +0000 (14:59 +0300)
committerRob Pike <r@golang.org>
Mon, 29 Aug 2016 21:56:04 +0000 (21:56 +0000)
commitc9fbe0f29321602ce791834f600dcc453580c22b
tree88d282bcd14383be33baf2c2166dddf4e8781a06
parent4955147291812fd78049d47ef985095e6442264a
cmd/vet: properly handle indexed arguments in printf

Fixes #15884

Change-Id: I33d98db861d74e3c37a546efaf83ce6f2f76d335
Reviewed-on: https://go-review.googlesource.com/24391
Run-TryBot: Rob Pike <r@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Rob Pike <r@golang.org>
src/cmd/vet/print.go
src/cmd/vet/testdata/print.go