pki/vendor/github.com/modern-go/reflect2/go_below_17.go
Paul Lecuq d5159b447a
All checks were successful
continuous-integration/drone/push Build is passing
updated dependencies
2021-08-30 20:04:15 +02:00

10 lines
136 B
Go

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