github.com/switchupcb/yaegi@v0.10.2/stdlib/unsafe/go1_16_unsafe.go (about) 1 // Code generated by 'yaegi extract unsafe'. DO NOT EDIT. 2 3 // +build go1.16,!go1.17 4 5 package unsafe 6 7 import ( 8 "reflect" 9 "unsafe" 10 ) 11 12 func init() { 13 Symbols["unsafe/unsafe"] = map[string]reflect.Value{ 14 // type definitions 15 "Pointer": reflect.ValueOf((*unsafe.Pointer)(nil)), 16 } 17 }