Files
moxa/stdlib/go1_12_errors.go
2019-07-26 22:36:03 -07:00

23 lines
343 B
Go

// +build go1.12,!go1.13
package stdlib
// Code generated by 'goexports errors'. DO NOT EDIT.
import (
"errors"
"reflect"
)
func init() {
Symbols["errors"] = map[string]reflect.Value{
// function, constant and variable definitions
"New": reflect.ValueOf(errors.New),
// type definitions
// interface wrapper definitions
}
}