Files
moxa/stdlib/go1_14_os_exec.go
2020-02-26 15:06:06 +01:00

26 lines
653 B
Go

// Code generated by 'goexports os/exec'. DO NOT EDIT.
// +build go1.14,!go1.15
package stdlib
import (
"os/exec"
"reflect"
)
func init() {
Symbols["os/exec"] = map[string]reflect.Value{
// function, constant and variable definitions
"Command": reflect.ValueOf(exec.Command),
"CommandContext": reflect.ValueOf(exec.CommandContext),
"ErrNotFound": reflect.ValueOf(&exec.ErrNotFound).Elem(),
"LookPath": reflect.ValueOf(exec.LookPath),
// type definitions
"Cmd": reflect.ValueOf((*exec.Cmd)(nil)),
"Error": reflect.ValueOf((*exec.Error)(nil)),
"ExitError": reflect.ValueOf((*exec.ExitError)(nil)),
}
}