1
0
mirror of https://github.com/rancher/norman.git synced 2025-09-12 21:33:21 +00:00

k8s vendor to 1.10.5

This commit is contained in:
Alena Prokharchyk
2018-07-11 16:42:39 -07:00
parent 26d279bce1
commit 57e8282a33
1261 changed files with 72487 additions and 71790 deletions

9
vendor/github.com/modern-go/reflect2/go_below_17.go generated vendored Normal file
View File

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