vim/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/path/filepath.json

1 line
1.8 KiB
JSON

[0, [{"class": "const", "name": "ListSeparator", "type": ""}, {"class": "const", "name": "Separator", "type": ""}, {"class": "func", "name": "Abs", "type": "func(path string) (string, error)"}, {"class": "func", "name": "Base", "type": "func(path string) string"}, {"class": "func", "name": "Clean", "type": "func(path string) string"}, {"class": "func", "name": "Dir", "type": "func(path string) string"}, {"class": "func", "name": "EvalSymlinks", "type": "func(path string) (string, error)"}, {"class": "func", "name": "Ext", "type": "func(path string) string"}, {"class": "func", "name": "FromSlash", "type": "func(path string) string"}, {"class": "func", "name": "Glob", "type": "func(pattern string) (matches []string, err error)"}, {"class": "func", "name": "HasPrefix", "type": "func(p string, prefix string) bool"}, {"class": "func", "name": "IsAbs", "type": "func(path string) bool"}, {"class": "func", "name": "Join", "type": "func(elem ...string) string"}, {"class": "func", "name": "Match", "type": "func(pattern string, name string) (matched bool, err error)"}, {"class": "func", "name": "Rel", "type": "func(basepath string, targpath string) (string, error)"}, {"class": "func", "name": "Split", "type": "func(path string) (dir string, file string)"}, {"class": "func", "name": "SplitList", "type": "func(path string) []string"}, {"class": "func", "name": "ToSlash", "type": "func(path string) string"}, {"class": "func", "name": "VolumeName", "type": "func(path string) string"}, {"class": "func", "name": "Walk", "type": "func(root string, walkFn filepath.WalkFunc) error"}, {"class": "type", "name": "WalkFunc", "type": "func(path string, info os.FileInfo, err error) error"}, {"class": "var", "name": "ErrBadPattern", "type": "error"}, {"class": "var", "name": "SkipDir", "type": "error"}]]