Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( PathSeparator = "." ErrInvalidPath = errors.New("invalid path") )
Functions ¶
Types ¶
type NotFoundError ¶
type NotFoundError struct {
Path string
}
func (NotFoundError) Error ¶
func (err NotFoundError) Error() string
func (NotFoundError) String ¶
func (err NotFoundError) String() string
Click to show internal directories.
Click to hide internal directories.