]> Cypherpunks repositories - gostls13.git/commit
go/types: fix bad printf verbs
authorJosh Bleecher Snyder <josharian@gmail.com>
Fri, 8 Jul 2016 00:20:00 +0000 (17:20 -0700)
committerJosh Bleecher Snyder <josharian@gmail.com>
Tue, 16 Aug 2016 00:24:37 +0000 (00:24 +0000)
commitd94409d65186a5fcee2955e374e1d5c0f457eb2b
treeb3f41cbd4c5ceda5104320ffff8e6924dae90608
parente0d8064ed4b53436f678960022c7092b2078094d
go/types: fix bad printf verbs

This fixes the following vet warnings:

go/types/builtins.go:437: arg call for printf verb %s of wrong type: *go/ast.CallExpr
go/types/builtins.go:598: arg call for printf verb %s of wrong type: *go/ast.CallExpr

Updates #11041

Change-Id: I746d054e8e49b330fbdf961912a98f55dd5f3ff9
Reviewed-on: https://go-review.googlesource.com/26997
Run-TryBot: Josh Bleecher Snyder <josharian@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Robert Griesemer <gri@golang.org>
src/go/types/builtins.go