Files
ifconfig.io/vendor/github.com/modern-go/reflect2/go_below_17.go
George Shammas a8a41f114c Progress
2018-12-27 22:12:12 +00:00

10 lines
136 B
Go

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