mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-02-07 03:49:29 +00:00
8 lines
93 B
Go
8 lines
93 B
Go
// +build !go1.8
|
|
|
|
package ssa
|
|
|
|
import "go/types"
|
|
|
|
var structTypesIdentical = types.Identical
|