Files
moxa/stdlib/go1_12_errors.go
2019-08-05 03:10:05 -07:00

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),
}
}