github.com/neugram/ng@v0.0.0-20180309130942-d472ff93d872/eval/gowrap/wrapbuiltin/wrap_path.go (about) 1 // Generated file, do not edit. 2 3 package wrapbuiltin 4 5 import ( 6 "reflect" 7 8 "neugram.io/ng/eval/gowrap" 9 10 wrap_path "path" 11 ) 12 13 var pkg_wrap_path = &gowrap.Pkg{ 14 Exports: map[string]reflect.Value{ 15 16 "Base": reflect.ValueOf(wrap_path.Base), 17 "Clean": reflect.ValueOf(wrap_path.Clean), 18 "Dir": reflect.ValueOf(wrap_path.Dir), 19 "ErrBadPattern": reflect.ValueOf(&wrap_path.ErrBadPattern).Elem(), 20 "Ext": reflect.ValueOf(wrap_path.Ext), 21 "IsAbs": reflect.ValueOf(wrap_path.IsAbs), 22 "Join": reflect.ValueOf(wrap_path.Join), 23 "Match": reflect.ValueOf(wrap_path.Match), 24 "Split": reflect.ValueOf(wrap_path.Split), 25 }, 26 } 27 28 func init() { 29 if gowrap.Pkgs["path"] == nil { 30 gowrap.Pkgs["path"] = pkg_wrap_path 31 } 32 }