Documentation ¶
Overview ¶
Package path provides a mockable wrapper for path.
Index ¶
- type Impl
- func (*Impl) Base(path_v string) string
- func (*Impl) Clean(path_v string) string
- func (*Impl) Dir(path_v string) string
- func (*Impl) Ext(path_v string) string
- func (*Impl) IsAbs(path_v string) bool
- func (*Impl) Join(elem ...string) string
- func (*Impl) Match(pattern string, name string) (matched bool, err error)
- func (*Impl) Split(path_v string) (dir string, file string)
- type Interface
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.