23 lines
343 B
Go
23 lines
343 B
Go
// +build go1.11,!go1.12
|
|
|
|
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
|
|
|
|
}
|
|
}
|