Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CopyDir ¶
Recursively copies a directory tree, attempting to preserve permissions. Source directory must exist, destination directory must *not* exist.
func CopyFileWithHash ¶ added in v0.0.4
func GenerateAssetHash ¶ added in v0.0.4
Types ¶
type CustomError ¶
type CustomError struct {
What string
}
A struct for returning custom error messages
func (*CustomError) Error ¶
func (e *CustomError) Error() string
Returns the error message defined in What as a string
Click to show internal directories.
Click to hide internal directories.