mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-10 00:10:20 +00:00
3af1e26d7c
Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
8 lines
102 B
Go
8 lines
102 B
Go
// +build go1.8
|
|
|
|
package ssa
|
|
|
|
import "go/types"
|
|
|
|
var structTypesIdentical = types.IdenticalIgnoreTags
|