Documentation ¶
Overview ¶
Package create handles the making of directories.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrPathIsFile = errors.New("path already exist as a file") ErrPrefix = errors.New("invalid prefix value, it must be between 0 - 9") )
Functions ¶
func Holder ¶
Holder generates a placeholder file filled with random text in the given directory path, the size of the file determines the number of random characters and the prefix is a digit between 0 and 9 is appended to the filename.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.