mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-12-16 00:41:24 +01:00
8 lines
92 B
Go
8 lines
92 B
Go
// +build !go1.8
|
|
|
|
package ir
|
|
|
|
import "go/types"
|
|
|
|
var structTypesIdentical = types.Identical
|