mirror of
https://github.com/status-im/status-go.git
synced 2025-01-20 19:52:42 +00:00
8 lines
102 B
Go
8 lines
102 B
Go
// +build go1.8
|
|
|
|
package ssa
|
|
|
|
import "go/types"
|
|
|
|
var structTypesIdentical = types.IdenticalIgnoreTags
|