25 lines
652 B
Go
25 lines
652 B
Go
// Code generated by 'goexports io/ioutil'. DO NOT EDIT.
|
|
|
|
// +build go1.14,!go1.15
|
|
|
|
package stdlib
|
|
|
|
import (
|
|
"io/ioutil"
|
|
"reflect"
|
|
)
|
|
|
|
func init() {
|
|
Symbols["io/ioutil"] = map[string]reflect.Value{
|
|
// function, constant and variable definitions
|
|
"Discard": reflect.ValueOf(&ioutil.Discard).Elem(),
|
|
"NopCloser": reflect.ValueOf(ioutil.NopCloser),
|
|
"ReadAll": reflect.ValueOf(ioutil.ReadAll),
|
|
"ReadDir": reflect.ValueOf(ioutil.ReadDir),
|
|
"ReadFile": reflect.ValueOf(ioutil.ReadFile),
|
|
"TempDir": reflect.ValueOf(ioutil.TempDir),
|
|
"TempFile": reflect.ValueOf(ioutil.TempFile),
|
|
"WriteFile": reflect.ValueOf(ioutil.WriteFile),
|
|
}
|
|
}
|