mirror of
https://github.com/containers/podman.git
synced 2025-09-25 15:55:32 +08:00

We already have it vendored for a Kube package we import, but we want a more recent version with additional bugfixes over the 1.0 release we originally had. Signed-off-by: Matthew Heon <matthew.heon@pm.me>
9 lines
171 B
Go
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
|