mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2025-01-04 13:52:05 +01:00
8 lines
101 B
Go
8 lines
101 B
Go
// +build go1.8
|
|
|
|
package ir
|
|
|
|
import "go/types"
|
|
|
|
var structTypesIdentical = types.IdenticalIgnoreTags
|