[CI] Add more checks (#43)
This commit is contained in:
parent
3814b8a504
commit
018dd8164c
73 changed files with 16332 additions and 6 deletions
7
vendor/honnef.co/go/tools/ssa/identical_17.go
vendored
Normal file
7
vendor/honnef.co/go/tools/ssa/identical_17.go
vendored
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
// +build !go1.8
|
||||
|
||||
package ssa
|
||||
|
||||
import "go/types"
|
||||
|
||||
var structTypesIdentical = types.Identical
|
||||
Reference in a new issue