filepath

package
v0.0.0-...-e7f8917 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 13, 2017 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Exports = map[string]interface{}{
	"_name": "path/filepath",

	"ListSeparator": filepath.ListSeparator,
	"Separator":     filepath.Separator,

	"ErrBadPattern": filepath.ErrBadPattern,
	"SkipDir":       filepath.SkipDir,

	"abs":          filepath.Abs,
	"base":         filepath.Base,
	"clean":        filepath.Clean,
	"dir":          filepath.Dir,
	"evalSymlinks": filepath.EvalSymlinks,
	"ext":          filepath.Ext,
	"fromSlash":    filepath.FromSlash,
	"glob":         filepath.Glob,
	"hasPrefix":    filepath.HasPrefix,
	"isAbs":        filepath.IsAbs,
	"join":         filepath.Join,
	"match":        filepath.Match,
	"rel":          filepath.Rel,
	"split":        filepath.Split,
	"splitList":    filepath.SplitList,
	"toSlash":      filepath.ToSlash,
	"volumeName":   filepath.VolumeName,
	"walk":         filepath.Walk,
}

Exports is the export table of this module.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL