Files
moxa/stdlib/path.go

25 lines
639 B
Go

package stdlib
// Code generated by 'goexports path'. DO NOT EDIT.
import (
"path"
"reflect"
)
func init() {
Value["path"] = map[string]reflect.Value{
"Base": reflect.ValueOf(path.Base),
"Clean": reflect.ValueOf(path.Clean),
"Dir": reflect.ValueOf(path.Dir),
"ErrBadPattern": reflect.ValueOf(path.ErrBadPattern),
"Ext": reflect.ValueOf(path.Ext),
"IsAbs": reflect.ValueOf(path.IsAbs),
"Join": reflect.ValueOf(path.Join),
"Match": reflect.ValueOf(path.Match),
"Split": reflect.ValueOf(path.Split),
}
Type["path"] = map[string]reflect.Type{}
}