* feat: support go1.11 and go 1.12. * chore: generate. * fix: build constraint. * exclude importer.For * generate go 1.11
20 lines
320 B
Go
20 lines
320 B
Go
// +build go1.12,!go1.13
|
|
|
|
package stdlib
|
|
|
|
// Code generated by 'goexports unsafe'. DO NOT EDIT.
|
|
|
|
import (
|
|
"reflect"
|
|
"unsafe"
|
|
)
|
|
|
|
func init() {
|
|
Value["unsafe"] = map[string]reflect.Value{
|
|
// function, constant and variable definitions
|
|
|
|
// type definitions
|
|
"Pointer": reflect.ValueOf((*unsafe.Pointer)(nil)),
|
|
}
|
|
}
|