From fcc6d71be2c3ce7d9305c04fc2e87af554571bac Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Mon, 22 Feb 2021 20:37:25 +0100 Subject: go.mod: update golangci-lint to v1.37 --- vendor/honnef.co/go/tools/code/code.go | 1 + 1 file changed, 1 insertion(+) (limited to 'vendor/honnef.co/go/tools/code/code.go') diff --git a/vendor/honnef.co/go/tools/code/code.go b/vendor/honnef.co/go/tools/code/code.go index 6f4df8b9a..c0679a3de 100644 --- a/vendor/honnef.co/go/tools/code/code.go +++ b/vendor/honnef.co/go/tools/code/code.go @@ -53,6 +53,7 @@ func IsCallToAny(call *ir.CallCommon, names ...string) bool { return false } +// OPT(dh): IsType is kind of expensive; should we really use it? func IsType(T types.Type, name string) bool { return types.TypeString(T, nil) == name } func FilterDebug(instr []ir.Instruction) []ir.Instruction { -- cgit mrf-deployment