Documentation
¶
Overview ¶
Package path provides functions for manipulating filesystem path names.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Ns = eval.BuildNsNamed("path"). AddGoFns(map[string]interface{}{ "abs": filepath.Abs, "base": filepath.Base, "clean": filepath.Clean, "dir": filepath.Dir, "ext": filepath.Ext, "eval-symlinks": filepath.EvalSymlinks, "is-abs": filepath.IsAbs, "is-dir": isDir, "is-regular": isRegular, "temp-dir": tempDir, "temp-file": tempFile, }).Ns()
Ns is the namespace for the re: module.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.