1
0
mirror of https://github.com/rancher/norman.git synced 2025-08-31 06:35:09 +00:00
Files
norman/vendor/github.com/modern-go/reflect2/go_above_17.go
Alena Prokharchyk 57e8282a33 k8s vendor to 1.10.5
2018-07-11 16:44:45 -07:00

9 lines
171 B
Go

//+build go1.7
package reflect2
import "unsafe"
//go:linkname resolveTypeOff reflect.resolveTypeOff
func resolveTypeOff(rtype unsafe.Pointer, off int32) unsafe.Pointer