Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ErrEmptyFile ¶
type ErrEmptyFile struct {
Name string
}
func (ErrEmptyFile) Error ¶
func (e ErrEmptyFile) Error() string
type ErrMissingDir ¶
type ErrMissingDir struct {
Name string
}
func (ErrMissingDir) Error ¶
func (e ErrMissingDir) Error() string
type ErrMissingFile ¶
type ErrMissingFile struct {
Name string
}
func (ErrMissingFile) Error ¶
func (e ErrMissingFile) Error() string
type ErrParseFile ¶
func (ErrParseFile) Error ¶
func (e ErrParseFile) Error() string
func (ErrParseFile) Unwrap ¶
func (e ErrParseFile) Unwrap() error
type ParseOptions ¶
Click to show internal directories.
Click to hide internal directories.