1
0
mirror of https://github.com/rancher/rke.git synced 2025-09-11 12:03:47 +00:00

Switch to go modules

This commit is contained in:
Darren Shepherd
2019-08-19 10:52:07 -07:00
parent bcb1d41114
commit d2ae2b8e06
1809 changed files with 270893 additions and 76629 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
}