mirror of
https://git.mirrors.martin98.com/https://github.com/ceph/ceph-csi.git
synced 2025-08-02 13:30:39 +08:00
10 lines
136 B
Go
10 lines
136 B
Go
//+build !go1.7
|
|
|
|
package reflect2
|
|
|
|
import "unsafe"
|
|
|
|
func resolveTypeOff(rtype unsafe.Pointer, off int32) unsafe.Pointer {
|
|
return nil
|
|
}
|