1
0
mirror of https://github.com/ceph/ceph-csi.git synced 2025-03-21 06:39:28 +00:00
ceph-csi/vendor/github.com/modern-go/reflect2/go_below_17.go
2018-12-19 15:29:25 +01:00

10 lines
136 B
Go

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