Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FileExists ¶
Types ¶
type File ¶
type File struct {
// contains filtered or unexported fields
}
func (*File) FileNameWithoutExt ¶
type FileNotFoundError ¶
type FileNotFoundError struct {
// contains filtered or unexported fields
}
func NewFileNotFoundError ¶
func NewFileNotFoundError(file *File) *FileNotFoundError
func (*FileNotFoundError) Error ¶
func (e *FileNotFoundError) Error() string
Click to show internal directories.
Click to hide internal directories.