1
0
mirror of https://github.com/rancher/norman.git synced 2025-08-28 03:40:50 +00:00
norman/vendor/github.com/modern-go/reflect2/go_below_17.go
2018-07-11 16:44:45 -07:00

10 lines
136 B
Go

//+build !go1.7
package reflect2
import "unsafe"
func resolveTypeOff(rtype unsafe.Pointer, off int32) unsafe.Pointer {
return nil
}