Documentation
¶
Index ¶
Constants ¶
View Source
const ( // Error descriptions ErrCreatingFile = "failed while creating file" ErrWritingToFile = "failed while writing to file" ErrClosingFile = "failed while closing file" )
Variables ¶
This section is empty.
Functions ¶
func NewWriteFile ¶
func NewWriteFile(filename string) *writeFile
NewWriteFile creates a new file to write to
Types ¶
type WriteFileError ¶
type WriteFileError struct { Op string // contains filtered or unexported fields }
func (*WriteFileError) Error ¶
func (e *WriteFileError) Error() string
func (*WriteFileError) Unwrap ¶
func (e *WriteFileError) Unwrap() error
Click to show internal directories.
Click to hide internal directories.