Update and fix staticcheck
This commit is contained in:
7
vendor/honnef.co/go/tools/ir/identical.go
vendored
Normal file
7
vendor/honnef.co/go/tools/ir/identical.go
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
// +build go1.8
|
||||
|
||||
package ir
|
||||
|
||||
import "go/types"
|
||||
|
||||
var structTypesIdentical = types.IdenticalIgnoreTags
|
Reference in New Issue
Block a user