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