mirror of
https://github.com/prometheus/prometheus.git
synced 2025-02-21 03:16:00 -08:00
8 lines
102 B
Go
8 lines
102 B
Go
// +build go1.8
|
|
|
|
package ssa
|
|
|
|
import "go/types"
|
|
|
|
var structTypesIdentical = types.IdenticalIgnoreTags
|